INFO: List of WinInet API HTTP Samples (288879)
The information in this article applies to:
- Microsoft Windows Internet Services (WinInet)
- Microsoft Internet Explorer (Programming) 5.5
- Microsoft Internet Explorer (Programming) 5.5 SP2
This article was previously published under Q288879 SUMMARY
The Microsoft Win32 Internet (WinInet) application programming interface (API) provides stand-alone client applications with easy access to standard Internet protocols, such as Gopher, File Transfer Protocol (FTP), and Hypertext Transfer Protocol (HTTP), by abstracting the protocols into a high-level interface that is familiar to Win32 developers.
This article gives a list of samples that shows you how to use the WinInet APIs to do HTTP. The samples are in C, C++, and Microsoft Visual Basic. This is not a complete list of all of the samples and all of the articles that show coding samples for HTTP with the WinInet APIs. However, the samples and the articles that are in the "References" section give you a good understanding of how to do a variety of tasks by using the WinInet APIs to add HTTP functionality to your applications.
REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
259100 SAMPLE: Vbhttp.exe Demonstrates How to Use HTTP WinInet APIs in Visual Basic
177188 SAMPLE: Using HttpSendRequestEx for Large POST Requests
242019 SAMPLE: SendRequestExAsync Uses HttpSendRequestEx Asynchronously
275046 SAMPLE: How to Use AsyncHTTP to Call WinInet APIs Asynchronously
The following samples are included with the platform software development kit (SDK):
HeadDump sample: demonstrates how to create and how to submit an HTTP request
Location: \Microsoft Platform SDK\Samples\Web\networking\httpdump
HTTPAuth sample: demonstrates how to handle HTTP authentication
Location: \Microsoft Platform SDK\Samples\Web\networking\httpauth
Information about how to write an MFC console application that uses WININET.dll to communicate with the Internet can be downloaded from the MSDN:
Modification Type: | Major | Last Reviewed: | 6/24/2005 |
---|
Keywords: | kbhttp kbinfo KB288879 |
---|
|