IWSDHttpMessageParameters::GetInboundHttpHeaders (Compact 2013)
3/26/2014
This method retrieves the current HTTP headers used for inbound SOAP-over-HTTP transmissions.
Syntax
HRESULT GetInboundHttpHeaders(
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 |
See Also
Reference
IWSDHttpMessageParameters
Web Services on Devices Interfaces