Class TransportMetadata
Represents the metadata of the ServiceWire transport.
Inheritance
System.Object
TransportMetadata
Namespace: Copper.Remoting.ServiceWire.Common.V1
Assembly: Copper.Remoting.ServiceWire.Common.dll
Syntax
[DataContract]
public class TransportMetadata
Properties
View SourcePipeName
Gets or sets the pipe name.
Declaration
[DataMember]
public string PipeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The pipe name. |