IServiceRemotingMessageBodyFactory Interface

Definition

Defines the interface that must be implemented for providing factory for creating remoting request body and response body objects.

public interface IServiceRemotingMessageBodyFactory
type IServiceRemotingMessageBodyFactory = interface
Public Interface IServiceRemotingMessageBodyFactory

Methods

CreateRequest(String, String, Int32, Object)

Creates a remoting request message body.

CreateResponse(String, String, Object)

Creates a remoting response message body.

Applies to