Desktop Functions: Smart Device Functions:
|
HttpSendRequest (wininet)
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, Notes:C# Signature:
[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)] VB Signature:
Declare Function HttpSendRequest Lib "wininet.dll" (TODO) As TODO User-Defined Types:None. Tips & Tricks:Please add some! Alternative Managed API:Do you know one? Please contribute it! Sample Code:Please add some! Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|