Share via


IWSDHttpMessageParameters

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface provides access to the HTTP headers used when transmitting messages via SOAP-over-HTTP.

The IWSDHttpMessageParameters interface inherits the methods of the IWSDMessageParameters interface.

In addition, the following table lists the methods supported by the IWSDHttpMessageParameters interface in vtable order.

Method Description

IWSDHttpMessageParameters::SetInboundHttpHeaders

Sets the HTTP headers used for incoming SOAP-over-HTTP transmissions.

IWSDHttpMessageParameters::GetInboundHttpHeaders

Retrieves the current HTTP headers used for incoming SOAP-over-HTTP transmissions.

IWSDHttpMessageParameters::SetOutboundHttpHeaders

Sets the HTTP headers used for outbound SOAP-over-HTTP transmissions.

IWSDHttpMessageParameters::GetOutboundHttpHeaders

Retrieves the current HTTP headers used for outbound SOAP-over-HTTP transmissions.

IWSDHttpMessageParameters::SetID

Sets the transport ID for the current transaction.

IWSDHttpMessageParameters::GetID

Retrieves the transport ID for the current transaction.

IWSDHttpMessageParameters::SetContext

Sets the private transmission context for the current transaction.

IWSDHttpMessageParameters::GetContext

Retrieves the private transmission context for the current transaction.

IWSDHttpMessageParameters::Clear

Clears the HTTP headers used for SOAP-over-HTTP transmissions.

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