IServiceRemotingRequestMessageBody Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |