WinHttpQueryHeaders (winhttp)
Last changed: -166.70.146.22

.
Summary
The WinHttpQueryHeaders function retrieves header information associated with an HTTP request.

C# Signature:

[DllImport("winhttp.dll", SetLastError=true)]
static extern bool WinHttpQueryHeaders(int lngHttpRequest,int lngInfoLevel,[MarshalAs(UnmanagedType.LPWStr)] string pwszHeaderName,stringbuilder buffer,ref int lngBufferLength, ref long lngIndex));

VB Signature:

Declare Function WinHttpQueryHeaders Lib "winhttp.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation