HttpSendRequest (wininet)
Last changed: -59.95.163.49

.

Sends the specified request to the HTTP server, allowing callers to send extra data beyond what is normally passed to HttpSendRequestEx.

[DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)]

extern public static bool HttpSendRequest(

    [In] IntPtr hRequest,
    [In] string lpszHeaders,
    [In] uint dwHeadersLength,
    [In] IntPtr lpOptional,
    [In] uint dwOptionalLength);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation