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 SourceListenerMetadata(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 SourceEndpointMetadata
Gets the listener's endpoint metadata.
Declaration
public EndpointMetadata EndpointMetadata { get; }
Property Value
Type | Description |
---|---|
EndpointMetadata | The listener's endpoint metadata. |
ListenerName
Gets the name of the listener.
Declaration
public string ListenerName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the listener. |