June 2002
Intermediate to advanced
816 pages
28h 12m
English
Request
HttpRequest = Context.Request
Returns the HttpRequest object for the current request.
HttpRequest
An HttpRequest variable to receive the current HttpRequest object.
This property is provided for applications other than ASP.NET pages
(where the Page.Request property is normally used to retrieve the
HttpRequest object). Code that does not have access to the properties
of the Page class includes HttpHandlers and
HttpModules, as well as event handlers in
global.asax.
Read now
Unlock full access