WcfServiceRemotingClientFactory.GetRemotingMessageBodyFactory Method

Definition

Returns the Message Factory used to create Request and Response Remoting Message Body

public Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingMessageBodyFactory GetRemotingMessageBodyFactory ();
abstract member GetRemotingMessageBodyFactory : unit -> Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingMessageBodyFactory
override this.GetRemotingMessageBodyFactory : unit -> Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingMessageBodyFactory
Public Function GetRemotingMessageBodyFactory () As IServiceRemotingMessageBodyFactory

Returns

A factory for creating the remoting message bodies

Implements

Applies to