Class RequestSubmitterSettings
Represents the settings for a Service Fabric Remoting request submitter.
Inheritance
System.Object
RequestSubmitterSettings
Namespace: Copper.Remoting.FabricTransportRemoting.Common.V1
Assembly: Copper.Remoting.FabricTransportRemoting.Common.dll
Syntax
public class RequestSubmitterSettings
Constructors
View SourceRequestSubmitterSettings(Uri, String, ServiceProxyFactory)
Initializes a new instance of the Request
Declaration
public RequestSubmitterSettings(Uri address, string listenerName, ServiceProxyFactory serviceProxyFactory)
Parameters
Type | Name | Description |
---|---|---|
System. |
address | The address. |
System. |
listenerName | The listener name. |
Service |
serviceProxyFactory | The service proxy factory. |
Properties
View SourceAddress
Gets the address.
Declaration
public Uri Address { get; }
Property Value
Type | Description |
---|---|
System. |
The address. |
ListenerName
Gets the listener name.
Declaration
public string ListenerName { get; }
Property Value
Type | Description |
---|---|
System. |
The listener name. |
ServiceProxyFactory
Gets the service proxy factory.
Declaration
public ServiceProxyFactory ServiceProxyFactory { get; }
Property Value
Type | Description |
---|---|
Service |
The service proxy factory. |