Class FabricTransportRemotingCommonRequestReceiverBuilderExtensions
Request
Inheritance
System.Object
FabricTransportRemotingCommonRequestReceiverBuilderExtensions
Namespace: Copper.Remoting.Common
Assembly: Copper.Remoting.FabricTransportRemoting.Common.dll
Syntax
public static class FabricTransportRemotingCommonRequestReceiverBuilderExtensions
Methods
View SourceUseFabricTransportRemoting(RequestReceiverBuilder, ServiceContext, String)
Configures the request receiver builder to use the Service Fabric Remoting transport.
Declaration
public static RequestReceiverBuilder UseFabricTransportRemoting(this RequestReceiverBuilder requestReceiverBuilder, ServiceContext serviceContext, string listenerName)
Parameters
Type | Name | Description |
---|---|---|
Request |
requestReceiverBuilder | The request receiver builder. |
Service |
serviceContext | The service context. |
System. |
listenerName | The listener name. |
Returns
Type | Description |
---|---|
Request |