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