IServiceRemotingRequestMessageBody Interface

Definition

Defines the interface that must be implemented to provide Request Message Body for remoting requests . This contains all the parameters remoting method has.

public interface IServiceRemotingRequestMessageBody
type IServiceRemotingRequestMessageBody = interface
Public Interface IServiceRemotingRequestMessageBody

Methods

GetParameter(Int32, String, Type)

This is used to retrive parameter from request body before dispatching to service remoting method.

SetParameter(Int32, String, Object)

This Api gets called to set remoting method parameters before serializing/dispatching the request.

Applies to