2008年3月7日 星期五

研究 HTTPRequest Class And HTTPResponse Class from .Net Framework

準備透過.Net Class Library 進行資料萃取的兩大類別

Request 抓取Client行為
Response Server 回應

Reference:
Encapsulates HTTP-response information from an ASP.NET operation.
http://msdn2.microsoft.com/zh-tw/library/system.web.httpresponse_members(en-us).aspx

The methods and properties of the HttpResponse class are exposed through the Response property of the HttpApplication, HttpContext, Page, and UserControl classes.
Enables ASP.NET to read the HTTP values sent by a client during a Web request.
http://msdn2.microsoft.com/zh-tw/library/system.web.httprequest_members(en-us).aspx