httpsendrequest (wininet)
Last changed: -194.248.173.34

.

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

C# Signature:

  [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