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 SourceEndpointMetadata
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. |
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. |