Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WinHttpQueryHeaders" in [All]

winhttp

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

static extern bool WinHttpQueryHeaders(int lngHttpRequest, int lngInfoLevel, [MarshalAs(UnmanagedType.LPWStr)] string pwszHeaderName, StringBuilder buffer, ref int lngBufferLength, ref long lngIndex);

.

Declare Function WinHttpQueryHeaders Lib "winhttp.dll" (ByVal hRequest As IntPtr, ByVal dwInfoLevel As Integer, ByVal pwszName As String, ByVal buffer As Byte(), ByRef lpdwBufferLength As Integer, ByRef lpdwIndex As Integer) As Boolean

.
Documentation
[WinHttpQueryHeaders] on MSDN

 
Access PInvoke.net directly from VS: