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 Listener
Declaration
public ListenerMetadata(string listenerName)
Parameters
Type | Name | Description |
---|---|---|
System. |
listenerName | The name of the listener. |
Properties
View SourceEndpointMetadata
Gets the listener's endpoint metadata.
Declaration
public EndpointMetadata EndpointMetadata { get; }
Property Value
Type | Description |
---|---|
Endpoint |
The listener's endpoint metadata. |
ListenerName
Gets the name of the listener.
Declaration
public string ListenerName { get; }
Property Value
Type | Description |
---|---|
System. |
The name of the listener. |