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