February 2008
Intermediate to advanced
1152 pages
31h 15m
English
During the various steps of the request's chain of execution, an object gets passed along from class to class—this object is the HttpContext object. HttpContext encapsulates all the information available about an individual HTTP request that ASP.NET is going to handle. The HttpContext class is instantiated by the HttpRuntime object while the request processing mechanism is being set up. Next, the object is flowed throughout the various stages of the request's lifetime, as Figure 14-3 demonstrates.

Figure 14-3. The HttpContext object, which encapsulates all the request information and is passed along through the HTTP pipeline ...
Read now
Unlock full access