Class EndpointMetadata
Represents the metadata of an endpoint.
Inheritance
System.Object
EndpointMetadata
Namespace: Copper.Discovery.Interface.V1
Assembly: Copper.Discovery.Interface.dll
Syntax
[DataContract]
public class EndpointMetadata
Properties
View SourceTransport
Gets or sets the transport used by the endpoint.
Declaration
[DataMember]
public string Transport { get; set; }
Property Value
Type | Description |
---|---|
System.String | The transport used by the endpoint. |
TransportMetadata
Gets or sets the transport metadata exposed by the endpoint.
Declaration
[DataMember]
public string TransportMetadata { get; set; }
Property Value
Type | Description |
---|---|
System.String | The transport metadata exposed by the endpoint. |