IWSDHttpMessageParameters interface (wsdbase.h)

Provides access to the HTTP headers used when transmitting messages via SOAP-over-HTTP.

Inheritance

The IWSDHttpMessageParameters interface inherits from IWSDMessageParameters. IWSDHttpMessageParameters also has these types of members:

Methods

The IWSDHttpMessageParameters interface has these methods.

 
IWSDHttpMessageParameters::Clear

Clears the HTTP headers used for SOAP-over-HTTP transmissions.
IWSDHttpMessageParameters::GetContext

Retrieves the private transmission context for the current transaction.
IWSDHttpMessageParameters::GetID

Retrieves the transport ID for the current transaction.
IWSDHttpMessageParameters::GetInboundHttpHeaders

Retrieves the current HTTP headers used for inbound SOAP-over-HTTP transmissions.
IWSDHttpMessageParameters::GetOutboundHttpHeaders

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

Sets the private transmission context for the current transaction.
IWSDHttpMessageParameters::SetID

Sets the transport ID for the current transaction.
IWSDHttpMessageParameters::SetInboundHttpHeaders

Sets the HTTP headers used for inbound SOAP-over-HTTP transmissions.
IWSDHttpMessageParameters::SetOutboundHttpHeaders

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

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdbase.h (include Wsdapi.h)

See also

IWSDMessageParameters