IWSDMessageParameters
Other versions of this page are also available for the following:
8/28/2008
This interface is used to communicate message specific information up and down the protocol stack.
The IWSDMessageParameters interface inherits the methods of the IUnknown interface.
In addition, the following table lists the methods supported by the IWSDMessageParameters interface in vtable order.
Method | Description |
---|---|
Retrieves the generic address object representing the local address that received the message. |
|
Sets a generic address object representing the source address that should send the message. |
|
Retrieves the generic address object representing the remote address from which the message was sent. |
|
Sets the generic address object representing the remote address to where the message is sent. |
|
Retrieves message parameters from the layer below this layer in the protocol stack. |
Remarks
In a request-response message pattern, the parameters also provide a way for the transport to determine where the response message for a given request should be sent. To enable this, the message parameters for a request must always be passed down the stack with the corresponding response.
Since message parameters can be packaged with a request or a response, and can be sent or received, the meaning of the local and remote address depends on the direction the message parameters.
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
Web Services on Devices Interfaces
Web Services on Devices Reference