P Peter Rilling Oct 24, 2004 #2 Can you be a little more specific? All you have to do is use the HttpWebRequest and HttpWebResponse classes. Are you talking about how to use these classes? How can I perform HttpRequest in c#?
Can you be a little more specific? All you have to do is use the HttpWebRequest and HttpWebResponse classes. Are you talking about how to use these classes? How can I perform HttpRequest in c#?
J Joerg Jooss Oct 24, 2004 #3 Igor said: How can I perform HttpRequest in c#? Click to expand... Use System.Net.WebRequest/WebResponse or System.Net.WebClient. Cheers,
Igor said: How can I perform HttpRequest in c#? Click to expand... Use System.Net.WebRequest/WebResponse or System.Net.WebClient. Cheers,