Show / Hide Table of Contents

    Class ListenerMetadata

    Represents the metadata of a service listener.

    Inheritance
    System.Object
    ListenerMetadata
    Namespace: Copper.Service.Metadata
    Assembly: Copper.Service.dll
    Syntax
    public class ListenerMetadata

    Constructors

    View Source

    ListenerMetadata(String)

    Initializes a new instance of the ListenerMetadata class.

    Declaration
    public ListenerMetadata(string listenerName)
    Parameters
    Type Name Description
    System.String listenerName

    The name of the listener.

    Properties

    View Source

    EndpointMetadata

    Gets the listener's endpoint metadata.

    Declaration
    public EndpointMetadata EndpointMetadata { get; }
    Property Value
    Type Description
    EndpointMetadata

    The listener's endpoint metadata.

    View Source

    ListenerName

    Gets the name of the listener.

    Declaration
    public string ListenerName { get; }
    Property Value
    Type Description
    System.String

    The name of the listener.

    • View Source
    Back to top Generated by DocFX