IWSDHttpMessageParameters::GetOutboundHttpHeaders (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the current HTTP headers used for outbound SOAP-over-HTTP transmissions.
Syntax
HRESULT GetOutboundHttpHeaders(
LPCWSTR* ppszHeaders
);
Parameters
- ppszHeaders
[out] Pointer used to receive the current HTTP headers in use. Do not deallocate this pointer.
Return Value
The following table shows the possible error code return values.
Error code | Description |
---|---|
S_OK |
This method completed successfully. |
E_INVALIDARG |
ppszHeaders is NULL. |
E_FAIL |
There are no headers available. |
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
IWSDHttpMessageParameters
Web Services on Devices Interfaces