Difference Between HttpWebRequest and Response.write
Difference Between HttpWebRequest and Response.write
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Blocked AccountPosted Dec 6, 2012, 4:30 AM
The difference between these are as below:
HttpWebRequest:
The HttpWebRequest is an abstract class which provides support for the properties and methods defined in WebRequest and for additional properties and methods that enable the user to interact directly with servers using HTTP.
Response.Write:
Response.Write adds string data to the Response buffer. It writes directly—no intermediate conversions are needed.