Show / Hide Table of Contents

    Class ListenerMetadata

    Represents the metadata of a service listener.

    Inheritance
    System.Object
    ListenerMetadata
    Namespace: Copper.Discovery.Interface.V1
    Assembly: Copper.Discovery.Interface.dll
    Syntax
    [DataContract]
    public class ListenerMetadata

    Properties

    View Source

    EndpointMetadata

    Gets or sets the listener's endpoint metadata.

    Declaration
    [DataMember]
    public EndpointMetadata EndpointMetadata { get; set; }
    Property Value
    Type Description
    EndpointMetadata

    The listener's endpoint metadata.

    View Source

    ListenerName

    Gets or sets the name of the listener.

    Declaration
    [DataMember]
    public string ListenerName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the listener.

    • View Source
    Back to top Generated by DocFX