Class RequestReceiverSettings
Represents the settings for a Service Fabric Remoting request receiver.
Inheritance
System.Object
RequestReceiverSettings
Namespace: Copper.Remoting.FabricTransportRemoting.Common.V1
Assembly: Copper.Remoting.FabricTransportRemoting.Common.dll
Syntax
public class RequestReceiverSettings
Constructors
View SourceRequestReceiverSettings(String, ServiceContext)
Initializes a new instance of the RequestReceiverSettings class.
Declaration
public RequestReceiverSettings(string listenerName, ServiceContext serviceContext)
Parameters
Type | Name | Description |
---|---|---|
System.String | listenerName | The listener name. |
ServiceContext | serviceContext | The service context. |
Properties
View SourceListenerName
Gets or sets the listener name.
Declaration
public string ListenerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The listener name. |
ServiceContext
Gets or sets the service context.
Declaration
public ServiceContext ServiceContext { get; set; }
Property Value
Type | Description |
---|---|
ServiceContext | The service context. |