Skip to content

Latest commit

 

History

History
112 lines (93 loc) · 2.92 KB

nf-wsdbase-iwsdhttpmessageparameters-getoutboundhttpheaders.md

File metadata and controls

112 lines (93 loc) · 2.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wsdbase.IWSDHttpMessageParameters.GetOutboundHttpHeaders
IWSDHttpMessageParameters::GetOutboundHttpHeaders (wsdbase.h)
Retrieves the current HTTP headers used for outbound SOAP-over-HTTP transmissions.
GetOutboundHttpHeaders
GetOutboundHttpHeaders method
GetOutboundHttpHeaders method
IWSDHttpMessageParameters interface
IWSDHttpMessageParameters interface
GetOutboundHttpHeaders method
IWSDHttpMessageParameters.GetOutboundHttpHeaders
IWSDHttpMessageParameters::GetOutboundHttpHeaders
ncd.iwsdhttpmessageparameters_getoutboundhttpheaders
wsdbase/IWSDHttpMessageParameters::GetOutboundHttpHeaders
ncd\iwsdhttpmessageparameters_getoutboundhttpheaders.htm
ncd
c366773a-1869-4181-a457-560a1a9c84cd
12/05/2018
GetOutboundHttpHeaders, GetOutboundHttpHeaders method, GetOutboundHttpHeaders method,IWSDHttpMessageParameters interface, IWSDHttpMessageParameters interface,GetOutboundHttpHeaders method, IWSDHttpMessageParameters.GetOutboundHttpHeaders, IWSDHttpMessageParameters::GetOutboundHttpHeaders, ncd.iwsdhttpmessageparameters_getoutboundhttpheaders, wsdbase/IWSDHttpMessageParameters::GetOutboundHttpHeaders
wsdbase.h
Wsdapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Wsdbase.idl
Wsdapi.dll
Windows
19H1
IWSDHttpMessageParameters::GetOutboundHttpHeaders
wsdbase/IWSDHttpMessageParameters::GetOutboundHttpHeaders
c++
APIRef
kbSyntax
COM
Wsdapi.dll
IWSDHttpMessageParameters.GetOutboundHttpHeaders

IWSDHttpMessageParameters::GetOutboundHttpHeaders

-description

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

-parameters

-param ppszHeaders [out]

Pointer used to receive the current HTTP headers in use. Do not deallocate this pointer.

-returns

This method can return one of these values.

Possible return values include, but are not limited to, the following.

Return code Description
S_OK
Method completed successfully.
E_INVALIDARG
ppszHeaders is NULL.
E_FAIL
There are no headers available.

-see-also

IWSDHttpMessageParameters