J Jon Skeet [C# MVP] Feb 18, 2004 #2 z. f. said: what are the http client classes i can use in a windows application? Click to expand... For the most part, you only need to use (Http)WebRequest/(Http)WebResponse/(Http)WebClient. For more control over things, you might want to look at Indy: www.indyproject.org
z. f. said: what are the http client classes i can use in a windows application? Click to expand... For the most part, you only need to use (Http)WebRequest/(Http)WebResponse/(Http)WebClient. For more control over things, you might want to look at Indy: www.indyproject.org
H Herfried K. Wagner [MVP] Feb 18, 2004 #3 * "z. f. said: what are the http client classes i can use in a windows application? Click to expand... Have a look at the classes in the 'System.Web' and the 'System.Net' webspaces. Notice that you will have to reference libraries in order to use them in your application.
* "z. f. said: what are the http client classes i can use in a windows application? Click to expand... Have a look at the classes in the 'System.Web' and the 'System.Net' webspaces. Notice that you will have to reference libraries in order to use them in your application.