Class TransportMetadata
Represents the metadata of the WCF transport.
Inheritance
System.Object
TransportMetadata
Namespace: Copper.Remoting.Wcf.Common.V1
Assembly: Copper.Remoting.Wcf.Common.dll
Syntax
[DataContract]
public class TransportMetadata
Properties
View SourceBinding
Gets or sets the binding.
Declaration
[DataMember]
public string Binding { get; set; }
Property Value
Type | Description |
---|---|
System.String | The binding. |
EndpointAddress
Gets or sets the endpoint address.
Declaration
[DataMember]
public string EndpointAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The endpoint address. |