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 Parameters 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. |