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