Class TransportMetadata
Represents the metadata of the Service Fabric Remoting transport.
Inheritance
System.Object
TransportMetadata
Namespace: Copper.Remoting.FabricTransportRemoting.Common.V1
Assembly: Copper.Remoting.FabricTransportRemoting.Common.dll
Syntax
[DataContract]
public class TransportMetadata
Properties
View SourceAddress
Gets or sets the address.
Declaration
[DataMember]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System. |
The address. |
ListenerName
Gets or sets the listener name.
Declaration
[DataMember]
public string ListenerName { get; set; }
Property Value
Type | Description |
---|---|
System. |
The listener name. |