Share via


IWSDHttpMessageParameters (Compact 2013)

3/26/2014

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

See Also

Reference

Web Services on Devices Interfaces
Web Services on Devices Reference