Click here to Skip to main content
15,897,518 members

Response to: How To Use InternetOpen, InternetOpenUrl and InternetReadFile

Revision 1
In c# you do not need to use winInet.dll directlu, there are several .NET classes you can use:
WebClient[^] is a wrapper around wininet and probably easiest to use.

WebRequest[^] and it's descendents will give you more control over creating requests and processing response.
Posted 5-Feb-13 1:19am by sjelen.
Tags: ,