Class EndpointMetadata
Represents the metadata of an endpoint.
Inheritance
System.Object
EndpointMetadata
Namespace: Copper.Common.Metadata
Assembly: Copper.Common.dll
Syntax
public class EndpointMetadata
Constructors
View SourceEndpointMetadata(String, String)
Initializes a new instance of the EndpointMetadata class.
Declaration
public EndpointMetadata(string transport, string transportTransportMetadata)
Parameters
Type | Name | Description |
---|---|---|
System.String | transport | The transport used by the endpoint. |
System.String | transportTransportMetadata | The transport metadata exposed by the endpoint. |
Properties
View SourceTransport
Gets the transport used by the endpoint.
Declaration
public string Transport { get; }
Property Value
Type | Description |
---|---|
System.String | The transport used by the endpoint. |
TransportMetadata
Gets the transport metadata exposed by the endpoint.
Declaration
public string TransportMetadata { get; }
Property Value
Type | Description |
---|---|
System.String | The transport metadata exposed by the endpoint. |