G Guest Jan 21, 2005 #1 What is the difference between the two and why would you use one over the other? Thanks.
P Patrice Jan 24, 2005 #2 WebRequest is an abstract class i.e. a class from which you have to inherit and you have to implement some of its method. You'll use httpWebRequest. You can also check System.Net.WebClient that is higher level. Patrice
WebRequest is an abstract class i.e. a class from which you have to inherit and you have to implement some of its method. You'll use httpWebRequest. You can also check System.Net.WebClient that is higher level. Patrice