IXMLHTTPRequest2::SetRequestHeader method (msxml6.h)

Specifies the name of an HTTP header to be sent to the server along with the default request headers.

Syntax

HRESULT SetRequestHeader(
  [in] const WCHAR *pwszHeader,
  [in] const WCHAR *pwszValue
);

Parameters

[in] pwszHeader

A case-insensitive header name.

[in] pwszValue

Value of the specified header.

Return value

Returns S_OK on success.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps],MSXML 6.0 and later
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header msxml6.h

See also

IXMLHTTPRequest2