Class RequestReceiverSettings
Represents the settings for an InMemory request receiver.
Inheritance
System.Object
RequestReceiverSettings
Namespace: Copper.Remoting.InMemory.Common.V1
Assembly: Copper.Remoting.InMemory.Common.dll
Syntax
public class RequestReceiverSettings
Constructors
View SourceRequestReceiverSettings(String)
Initializes a new instance of the RequestReceiverSettings class.
Declaration
public RequestReceiverSettings(string consumerKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | consumerKey | The consumer key. |
Properties
View SourceConsumerKey
Gets the service name.
Declaration
public string ConsumerKey { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The consumer key. |