[DllImport("wininet.dll", SetLastError=true)]
static extern bool HttpQueryInfo(IntPtr hInternet, int dwInfoLevel, ref long lpBuffer, ref long lpdwBufferLength, ref long lpdwIndex);
Declare Function HttpQueryInfo Lib "wininet.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
None.
Please add some!
long lLength = 0; long lBufferLen = 4; long lHeaderIndex = 0;
HttpQueryInfo(hRequest, 536870917, ref lLength, ref lBufferLen, ref lHeaderIndex);