System.Web.HttpRequest and System.Web.HttpResponse are classes in the .NET Framework Class Library. HttpRequest lets ASP.NET read the HTTP values set by a client during a Web request. HttpResponse encapsulates HTTP response information from an ASP.NET operation. See Microsoft documentation for a list of the methods and properties of these classes.
|
Copyright © 2013 CA.
All rights reserved.
|
|