﻿<?xml version="1.0" encoding="utf-8"?><Type Name="HttpApplication" FullName="System.Web.HttpApplication"><TypeSignature Language="C#" Maintainer="auto" Value="public class HttpApplication : System.ComponentModel.IComponent, System.Web.IHttpAsyncHandler" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.ComponentModel.IComponent</InterfaceName></Interface><Interface><InterfaceName>System.Web.IHttpAsyncHandler</InterfaceName></Interface></Interfaces><Attributes><Attribute><AttributeName>System.ComponentModel.ToolboxItem(false)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Instances of the <see cref="T:System.Web.HttpApplication" /> class are created in the ASP.NET infrastructure, not by the user directly. One instance of the <see cref="T:System.Web.HttpApplication" /> class is used to process many requests in its lifetime. However, it can process only one request at a time. Thus, member variables can be used to store per-request data.</para><para>An application raises events that can be handled by custom modules that implement the <see cref="T:System.Web.IHttpModule" /> interface or by event handler code that is defined in the Global.asax file. Custom modules that implement the <see cref="T:System.Web.IHttpModule" /> interface can be put in the App_Code folder or in a DLL in the Bin folder. </para><para><see cref="T:System.Web.HttpApplication" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para><block subset="none" type="note"><para>When running IIS 7.0 in Integrated mode, custom modules in the App_Code folder or Bin folder apply to all requests in the request pipeline. Event handler code in the Global.asax file only applies to requests that are mapped to an ASP.NET handler.</para></block><para>The application events are raised in the following order:</para><list type="ordered"><item><para><see cref="E:System.Web.HttpApplication.BeginRequest" /></para></item><item><para><see cref="E:System.Web.HttpApplication.AuthenticateRequest" /></para></item><item><para><see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" /></para></item><item><para><see cref="E:System.Web.HttpApplication.AuthorizeRequest" /></para></item><item><para><see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /></para></item><item><para><see cref="E:System.Web.HttpApplication.ResolveRequestCache" /></para></item><item><para><see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /></para><para>After the <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event and before the <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event, an event handler (which is a page that corresponds to the request URL) is created. When a server is running IIS 7.0 in Integrated mode and at least the .NET Framework version 3.0, the <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event is raised. When a server is running IIS 7.0 in Classic mode or an earlier version of IIS, this event cannot be handled.</para></item><item><para><see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /></para></item><item><para><see cref="E:System.Web.HttpApplication.AcquireRequestState" /></para></item><item><para><see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /></para></item><item><para><see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /></para><para>The event handler is executed.</para></item><item><para><see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /></para></item><item><para><see cref="E:System.Web.HttpApplication.ReleaseRequestState" /></para></item><item><para><see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /></para><para>After the <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event is raised, any existing response filters will filter the output.</para></item><item><para><see cref="E:System.Web.HttpApplication.UpdateRequestCache" /></para></item><item><para><see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /></para></item><item><para><see cref="E:System.Web.HttpApplication.LogRequest" />. </para><para>This event is supported in IIS 7.0 Integrated mode and at least the .NET Framework 3.0 </para></item><item><para><see cref="E:System.Web.HttpApplication.PostLogRequest" /></para><para>This event is supported IIS 7.0 Integrated mode and at least the .NET Framework 3.0 </para></item><item><para><see cref="E:System.Web.HttpApplication.EndRequest" /></para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Defines the methods, properties, and events that are common to all application objects in an ASP.NET application. This class is the base class for applications that are defined by the user in the Global.asax file.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public HttpApplication ();" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.HttpApplication" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AcquireRequestState"><MemberSignature Language="C#" Value="public event EventHandler AcquireRequestState;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event is raised after the event handler has been created.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnAcquireRequestStateAsync"><MemberSignature Language="C#" Value="public void AddOnAcquireRequestStateAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AcquireRequestState" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AcquireRequestState" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnAcquireRequestStateAsync"><MemberSignature Language="C#" Value="public void AddOnAcquireRequestStateAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnAuthenticateRequestAsync"><MemberSignature Language="C#" Value="public void AddOnAuthenticateRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnAuthenticateRequestAsync"><MemberSignature Language="C#" Value="public void AddOnAuthenticateRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnAuthorizeRequestAsync"><MemberSignature Language="C#" Value="public void AddOnAuthorizeRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthorizeRequest" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthorizeRequest" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnAuthorizeRequestAsync"><MemberSignature Language="C#" Value="public void AddOnAuthorizeRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnBeginRequestAsync"><MemberSignature Language="C#" Value="public void AddOnBeginRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.BeginRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.BeginRequest" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.BeginRequest" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.BeginRequest" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnBeginRequestAsync"><MemberSignature Language="C#" Value="public void AddOnBeginRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.BeginRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.BeginRequest" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnEndRequestAsync"><MemberSignature Language="C#" Value="public void AddOnEndRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.EndRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.EndRequest" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.EndRequest" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.EndRequest" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnEndRequestAsync"><MemberSignature Language="C#" Value="public void AddOnEndRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.EndRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.EndRequest" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnLogRequestAsync"><MemberSignature Language="C#" Value="public void AddOnLogRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="M:System.Web.HttpApplication.AddOnLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.LogRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.LogRequest" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.LogRequest" />.</param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.LogRequest" />.</param></Docs></Member><Member MemberName="AddOnLogRequestAsync"><MemberSignature Language="C#" Value="public void AddOnLogRequestAsync (System.Web.BeginEventHandler beginHandler, System.Web.EndEventHandler endHandler, object state);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="beginHandler" Type="System.Web.BeginEventHandler" /><Parameter Name="endHandler" Type="System.Web.EndEventHandler" /><Parameter Name="state" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.LogRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.LogRequest" /> event handlers for the current request.</para></summary><param name="beginHandler"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.LogRequest" />.</param><param name="endHandler"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.LogRequest" />.</param><param name="state"><attribution license="cc4" from="Microsoft" modified="false" />The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.LogRequest" />.</param></Docs></Member><Member MemberName="AddOnMapRequestHandlerAsync"><MemberSignature Language="C#" Value="public void AddOnMapRequestHandlerAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="M:System.Web.HttpApplication.AddOnMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.MapRequestHandler" />.</param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.MapRequestHandler" />.</param></Docs></Member><Member MemberName="AddOnMapRequestHandlerAsync"><MemberSignature Language="C#" Value="public void AddOnMapRequestHandlerAsync (System.Web.BeginEventHandler beginHandler, System.Web.EndEventHandler endHandler, object state);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="beginHandler" Type="System.Web.BeginEventHandler" /><Parameter Name="endHandler" Type="System.Web.EndEventHandler" /><Parameter Name="state" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event handlers for the current request.</para></summary><param name="beginHandler"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.MapRequestHandler" />.</param><param name="endHandler"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.MapRequestHandler" />.</param><param name="state"><attribution license="cc4" from="Microsoft" modified="false" />The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.MapRequestHandler" />.</param></Docs></Member><Member MemberName="AddOnPostAcquireRequestStateAsync"><MemberSignature Language="C#" Value="public void AddOnPostAcquireRequestStateAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" />. </param></Docs></Member><Member MemberName="AddOnPostAcquireRequestStateAsync"><MemberSignature Language="C#" Value="public void AddOnPostAcquireRequestStateAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnPostAuthenticateRequestAsync"><MemberSignature Language="C#" Value="public void AddOnPostAuthenticateRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" />. </param></Docs></Member><Member MemberName="AddOnPostAuthenticateRequestAsync"><MemberSignature Language="C#" Value="public void AddOnPostAuthenticateRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnPostAuthorizeRequestAsync"><MemberSignature Language="C#" Value="public void AddOnPostAuthorizeRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param></Docs></Member><Member MemberName="AddOnPostAuthorizeRequestAsync"><MemberSignature Language="C#" Value="public void AddOnPostAuthorizeRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnPostLogRequestAsync"><MemberSignature Language="C#" Value="public void AddOnPostLogRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="M:System.Web.HttpApplication.AddOnPostLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostLogRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostLogRequest" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostLogRequest" />.</param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostLogRequest" />.</param></Docs></Member><Member MemberName="AddOnPostLogRequestAsync"><MemberSignature Language="C#" Value="public void AddOnPostLogRequestAsync (System.Web.BeginEventHandler beginHandler, System.Web.EndEventHandler endHandler, object state);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="beginHandler" Type="System.Web.BeginEventHandler" /><Parameter Name="endHandler" Type="System.Web.EndEventHandler" /><Parameter Name="state" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostLogRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostLogRequest" /> event handlers for the current request.</para></summary><param name="beginHandler"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostLogRequest" />.</param><param name="endHandler"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostLogRequest" />.</param><param name="state"><attribution license="cc4" from="Microsoft" modified="false" />The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostLogRequest" />.</param></Docs></Member><Member MemberName="AddOnPostMapRequestHandlerAsync"><MemberSignature Language="C#" Value="public void AddOnPostMapRequestHandlerAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" />. </param></Docs></Member><Member MemberName="AddOnPostMapRequestHandlerAsync"><MemberSignature Language="C#" Value="public void AddOnPostMapRequestHandlerAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnPostReleaseRequestStateAsync"><MemberSignature Language="C#" Value="public void AddOnPostReleaseRequestStateAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" />. </param></Docs></Member><Member MemberName="AddOnPostReleaseRequestStateAsync"><MemberSignature Language="C#" Value="public void AddOnPostReleaseRequestStateAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnPostRequestHandlerExecuteAsync"><MemberSignature Language="C#" Value="public void AddOnPostRequestHandlerExecuteAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnPostRequestHandlerExecuteAsync"><MemberSignature Language="C#" Value="public void AddOnPostRequestHandlerExecuteAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnPostResolveRequestCacheAsync"><MemberSignature Language="C#" Value="public void AddOnPostResolveRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" />. </param></Docs></Member><Member MemberName="AddOnPostResolveRequestCacheAsync"><MemberSignature Language="C#" Value="public void AddOnPostResolveRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnPostUpdateRequestCacheAsync"><MemberSignature Language="C#" Value="public void AddOnPostUpdateRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" />. </param></Docs></Member><Member MemberName="AddOnPostUpdateRequestCacheAsync"><MemberSignature Language="C#" Value="public void AddOnPostUpdateRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnPreRequestHandlerExecuteAsync"><MemberSignature Language="C#" Value="public void AddOnPreRequestHandlerExecuteAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnPreRequestHandlerExecuteAsync"><MemberSignature Language="C#" Value="public void AddOnPreRequestHandlerExecuteAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnReleaseRequestStateAsync"><MemberSignature Language="C#" Value="public void AddOnReleaseRequestStateAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.ReleaseRequestState" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.ReleaseRequestState" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnReleaseRequestStateAsync"><MemberSignature Language="C#" Value="public void AddOnReleaseRequestStateAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnResolveRequestCacheAsync"><MemberSignature Language="C#" Value="public void AddOnResolveRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event handler to the collection of asynchronous <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.ResolveRequestCache" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.ResolveRequestCache" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnResolveRequestCacheAsync"><MemberSignature Language="C#" Value="public void AddOnResolveRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event handler to the collection of asynchronous <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="AddOnUpdateRequestCacheAsync"><MemberSignature Language="C#" Value="public void AddOnUpdateRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event handlers for the current request.</para></summary><param name="bh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.UpdateRequestCache" />. </param><param name="eh"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.UpdateRequestCache" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddOnUpdateRequestCacheAsync"><MemberSignature Language="C#" Value="public void AddOnUpdateRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh, object data);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="bh" Type="System.Web.BeginEventHandler" /><Parameter Name="eh" Type="System.Web.EndEventHandler" /><Parameter Name="data" Type="System.Object" /></Parameters><Docs><param name="bh">To be added.</param><param name="eh">To be added.</param><param name="data">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds the specified <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event handlers for the current request.</para></summary></Docs></Member><Member MemberName="Application"><MemberSignature Language="C#" Value="public System.Web.HttpApplicationState Application { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.HttpApplicationState</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'HttpApplicationState'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The current state of an application consists of a key/value dictionary of application-wide objects that you can use to store both .NET Framework objects and scalar values that are related to multiple Web requests from multiple clients.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the current state of an application.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="AuthenticateRequest"><MemberSignature Language="C#" Value="public event EventHandler AuthenticateRequest;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event signals that the configured authentication mechanism has authenticated the current request. Subscribing to the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event ensures that the request will be authenticated before processing the attached module or event handler.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when a security module has established the identity of the user.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthorizeRequest"><MemberSignature Language="C#" Value="public event EventHandler AuthorizeRequest;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event signals that ASP.NET has authorized the current request. Subscribing to the <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event ensures that the request will be authenticated and authorized before processing the attached module or event handler. </para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when a security module has verified user authorization.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="BeginRequest"><MemberSignature Language="C#" Value="public event EventHandler BeginRequest;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.BeginRequest" /> event signals the creation of any given new request. This event is always raised and is always the first event to occur during the processing of a request.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs as the first event in the HTTP pipeline chain of execution when ASP.NET responds to a request.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CompleteRequest"><MemberSignature Language="C#" Value="public void CompleteRequest ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks>This methods stops the execution of the HttpApplication pipeline and completes the request.

<para>
   If this method is invoked at any stage in the pipeline processing (described in more detail in <see cref="T:System.Web.HttpApplication" />) the remaining steps of the pipeline are not executed.  The only step executed is the EndRequest step.
</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the <see cref="E:System.Web.HttpApplication.EndRequest" /> event.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Context"><MemberSignature Language="C#" Value="public System.Web.HttpContext Context { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.HttpContext</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'HttpContext'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets HTTP-specific information about the current request.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Dispose"><MemberSignature Language="C#" Value="public virtual void Dispose ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.HttpApplication.Request" />, <see cref="P:System.Web.HttpApplication.Response" />, <see cref="P:System.Web.HttpApplication.Session" />, and <see cref="P:System.Web.HttpApplication.Application" /> properties are not available for use when the <see cref="M:System.Web.HttpApplication.Dispose" /> method executes.</para><para>The <see cref="M:System.Web.HttpApplication.Dispose" /> method calls the <see cref="M:System.Web.IHttpModule.Dispose" /> method on each of the registered <see cref="P:System.Web.Configuration.SystemWebSectionGroup.HttpModules" /> in the application instance and raises the <see cref="E:System.Web.HttpApplication.Disposed" /> event.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Disposes the <see cref="T:System.Web.HttpApplication" /> instance.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Disposed"><MemberSignature Language="C#" Value="public virtual event EventHandler Disposed;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When you create a <see cref="E:System.Web.HttpApplication.Disposed" /> delegate, you identify the method that handles the event. To associate the event with your event handler, add an instance of the <see cref="E:System.Web.HttpApplication.Disposed" /> delegate to the event. The event handler is called whenever the event occurs, unless you remove the <see cref="E:System.Web.HttpApplication.Disposed" /> delegate.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the application is disposed.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="EndRequest"><MemberSignature Language="C#" Value="public event EventHandler EndRequest;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.EndRequest" /> event is always raised when the <see cref="M:System.Web.HttpApplication.CompleteRequest" /> method is called.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs as the last event in the HTTP pipeline chain of execution when ASP.NET responds to a request.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Error"><MemberSignature Language="C#" Value="public virtual event EventHandler Error;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The exception that raises the <see cref="E:System.Web.HttpApplication.Error" /> event can be accessed by a call to the <see cref="M:System.Web.HttpServerUtility.GetLastError" /> method. If your application generates custom error output, suppress the default error message that is generated by ASP.NET by a call to the <see cref="M:System.Web.HttpServerUtility.ClearError" /> method.</para><block subset="none" type="note"><para>If your Web application contains XML Web services, you cannot use the <see cref="E:System.Web.HttpApplication.Error" /> event for global exception handling of those services. The HTTP handler for XML Web services consumes any exception that occurs in an XML Web service and converts it to a SOAP fault before the <see cref="E:System.Web.HttpApplication.Error" /> being called. To handle XML Web service exceptions, build a SOAP extension to process Web service exceptions in a custom global exception handler.</para></block><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when an unhandled exception is thrown.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Events"><MemberSignature Language="C#" Value="protected System.ComponentModel.EventHandlerList Events { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.ComponentModel.EventHandlerList</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.ComponentModel.EventHandlerList" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the list of event handler delegates that process all application events.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetVaryByCustomString"><MemberSignature Language="C#" Value="public virtual string GetVaryByCustomString (System.Web.HttpContext context, string custom);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="context" Type="System.Web.HttpContext" /><Parameter Name="custom" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can override <see cref="M:System.Web.HttpApplication.GetVaryByCustomString(System.Web.HttpContext,System.String)" /> to add a new method for calculating custom vary-by values that are based on the current request. The implementation has to call the base class for custom values that it does not recognize. For more information, see <format type="text/html"><a href="b6c73735-a3cd-4d19-ba4d-0431881b0db0">How to: Cache Versions of a Page Using Custom Strings</a></format>. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides an application-wide implementation of the <see cref="P:System.Web.UI.PartialCachingAttribute.VaryByCustom" /> property.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>If the value of the <paramref name="custom" /> parameter is "browser", the browser's <see cref="P:System.Web.Configuration.HttpCapabilitiesBase.Type" />; otherwise, null.</para></returns><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Web.HttpContext" /> object that contains information about the current Web request. </param><param name="custom"><attribution license="cc4" from="Microsoft" modified="false" />The custom string that specifies which cached response is used to respond to the current request. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Init"><MemberSignature Language="C#" Value="public virtual void Init ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>In a derived class, you can override the <see cref="M:System.Web.HttpApplication.Init" /> method to add custom one-time initialization code.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Executes custom initialization code after all event handler modules have been added.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogRequest"><MemberSignature Language="C#" Value="public event EventHandler LogRequest;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.LogRequest" /> event is raised even if an error occurs. You can provide an event handler for the <see cref="E:System.Web.HttpApplication.LogRequest" /> event to provide custom logging for the request.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para><para><see cref="E:System.Web.HttpApplication.LogRequest" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs just before ASP.NET performs any logging for the current request.</para></summary></Docs></Member><Member MemberName="MapRequestHandler"><MemberSignature Language="C#" Value="public event EventHandler MapRequestHandler;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event is used by the ASP.NET infrastructure to determine the request handler for the current request. For more information, see <format type="text/html"><a href="d5633f9a-03fb-4ccc-a799-dc67d656fa60">How to: Register HTTP Handlers</a></format>.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para><para><see cref="E:System.Web.HttpApplication.MapRequestHandler" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the handler is selected to respond to the request.</para></summary></Docs></Member><Member MemberName="Modules"><MemberSignature Language="C#" Value="public System.Web.HttpModuleCollection Modules { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.HttpModuleCollection</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'HttpModuleCollection'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the collection of modules for the current application.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="PostAcquireRequestState"><MemberSignature Language="C#" Value="public event EventHandler PostAcquireRequestState;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event is raised after the <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event has occurred. Functionality that subscribes to the <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event can access any data that is processed by the <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" />.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the request state (for example, session state) that is associated with the current request has been obtained.</para></summary></Docs></Member><Member MemberName="PostAuthenticateRequest"><MemberSignature Language="C#" Value="public event EventHandler PostAuthenticateRequest;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" /> event is raised after the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event has occurred. Functionality that subscribes to the <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" /> event can access any data that is processed by the <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" />.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when a security module has established the identity of the user.</para></summary></Docs></Member><Member MemberName="PostAuthorizeRequest"><MemberSignature Language="C#" Value="public event EventHandler PostAuthorizeRequest;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event signals that ASP.NET has authorized the current request. Subscribing to the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event ensures authentication and authorization of the request before processing the attached module or event handler.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the user for the current request has been authorized.</para></summary></Docs></Member><Member MemberName="PostLogRequest"><MemberSignature Language="C#" Value="public event EventHandler PostLogRequest;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para><para><see cref="E:System.Web.HttpApplication.PostLogRequest" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when ASP.NET has completed processing all the event handlers for the <see cref="E:System.Web.HttpApplication.LogRequest" /> event.</para></summary></Docs></Member><Member MemberName="PostMapRequestHandler"><MemberSignature Language="C#" Value="public event EventHandler PostMapRequestHandler;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when ASP.NET has mapped the current request to the appropriate event handler.</para></summary></Docs></Member><Member MemberName="PostReleaseRequestState"><MemberSignature Language="C#" Value="public event EventHandler PostReleaseRequestState;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when ASP.NET has completed executing all request event handlers and the request state data has been stored.</para></summary></Docs></Member><Member MemberName="PostRequestHandlerExecute"><MemberSignature Language="C#" Value="public event EventHandler PostRequestHandlerExecute;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the ASP.NET event handler (for example, a page or an XML Web service) finishes execution.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="PostResolveRequestCache"><MemberSignature Language="C#" Value="public event EventHandler PostResolveRequestCache;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when ASP.NET bypasses execution of the current event handler and allows a caching module to serve a request from the cache.</para></summary></Docs></Member><Member MemberName="PostUpdateRequestCache"><MemberSignature Language="C#" Value="public event EventHandler PostUpdateRequestCache;" /><MemberType>Event</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event is raised after the <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event has occurred. When the <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> is raised, ASP.NET has completed processing code and the content of the cache is finalized.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when ASP.NET finishes updating caching modules and storing responses that are used to serve subsequent requests from the cache.</para></summary></Docs></Member><Member MemberName="PreRequestHandlerExecute"><MemberSignature Language="C#" Value="public event EventHandler PreRequestHandlerExecute;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs just before ASP.NET starts executing an event handler (for example, a page or an XML Web service).</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="PreSendRequestContent"><MemberSignature Language="C#" Value="public event EventHandler PreSendRequestContent;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.HttpApplication.PreSendRequestContent" /> event may occur multiple times.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs just before ASP.NET sends content to the client.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="PreSendRequestHeaders"><MemberSignature Language="C#" Value="public event EventHandler PreSendRequestHeaders;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs just before ASP.NET sends HTTP headers to the client.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ReleaseRequestState"><MemberSignature Language="C#" Value="public event EventHandler ReleaseRequestState;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When the <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event is raised, the application is finished with the request and ASP.NET is signaled to store the request state.</para><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs after ASP.NET finishes executing all request event handlers. This event causes state modules to save the current state data.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Request"><MemberSignature Language="C#" Value="public System.Web.HttpRequest Request { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.HttpRequest</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'HttpRequest'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the intrinsic request object for the current request.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="ResolveRequestCache"><MemberSignature Language="C#" Value="public event EventHandler ResolveRequestCache;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when ASP.NET finishes an authorization event to let the caching modules serve requests from the cache, bypassing execution of the event handler (for example, a page or an XML Web service).</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Response"><MemberSignature Language="C#" Value="public System.Web.HttpResponse Response { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.HttpResponse</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'HttpResponse'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the intrinsic response object for the current request.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Server"><MemberSignature Language="C#" Value="public System.Web.HttpServerUtility Server { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.HttpServerUtility</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'HttpServerUtility'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the intrinsic server object for the current request.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Session"><MemberSignature Language="C#" Value="public System.Web.SessionState.HttpSessionState Session { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.SessionState.HttpSessionState</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'SessionState.HttpSessionState'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the intrinsic session object that provides access to session data.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Site"><MemberSignature Language="C#" Value="public System.ComponentModel.ISite Site { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.ComponentModel.ISite</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.ComponentModel.ISite" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a site interface for an <see cref="T:System.ComponentModel.IComponent" /> implementation.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="System.Web.IHttpAsyncHandler.BeginProcessRequest"><MemberSignature Language="C#" Value="IAsyncResult IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext context, AsyncCallback cb, object extraData);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.IAsyncResult</ReturnType></ReturnValue><Parameters><Parameter Name="context" Type="System.Web.HttpContext" /><Parameter Name="cb" Type="System.AsyncCallback" /><Parameter Name="extraData" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initiates an asynchronous call to the HTTP event handler.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.IAsyncResult" /> that contains information about the status of the process.</para><para /></returns><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Web.HttpContext" /> that provides references to intrinsic server objects that are used to service HTTP requests.</param><param name="cb"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.AsyncCallback" /> to call when the asynchronous method call is complete. If the <paramref name="cb" /> parameter is null, the delegate is not called.</param><param name="extraData"><attribution license="cc4" from="Microsoft" modified="false" />Any extra data that is required to process the request.</param></Docs></Member><Member MemberName="System.Web.IHttpAsyncHandler.EndProcessRequest"><MemberSignature Language="C#" Value="void IHttpAsyncHandler.EndProcessRequest (IAsyncResult result);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="result" Type="System.IAsyncResult" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use the <see cref="M:System.Web.HttpApplication.System#Web#IHttpAsyncHandler#EndProcessRequest(System.IAsyncResult)" /> method to raise any exceptions that are caught during the asynchronous process.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides an asynchronous process End method when the process finishes.</para></summary><param name="result"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.IAsyncResult" /> that contains information about the status of the process. </param></Docs></Member><Member MemberName="System.Web.IHttpHandler.IsReusable"><MemberSignature Language="C#" Value="bool System.Web.IHttpHandler.IsReusable { get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>To explicitly set the IsReusable property to true or false, provide code that overrides the IsReusable property accessor.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a Boolean value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler" /> object.</para></summary></Docs></Member><Member MemberName="System.Web.IHttpHandler.ProcessRequest"><MemberSignature Language="C#" Value="void IHttpHandler.ProcessRequest (System.Web.HttpContext context);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="context" Type="System.Web.HttpContext" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Classes that inherit the <see cref="T:System.Web.IHttpModule" /> and <see cref="T:System.Web.IHttpHandler" /> interfaces are provided as a reference to an <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. The object provides access to the intrinsic Request, Response, and Server objects for the request.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Enables processing of HTTP Web requests by a custom HTTP handler that implements the <see cref="T:System.Web.IHttpHandler" /> interface.</para></summary><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Web.HttpContext" /> that provides references to the intrinsic server objects that are used to service HTTP requests.</param></Docs></Member><Member MemberName="UpdateRequestCache"><MemberSignature Language="C#" Value="public event EventHandler UpdateRequestCache;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about how to handle events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when ASP.NET finishes executing an event handler in order to let caching modules store responses that will be used to serve subsequent requests from the cache.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="User"><MemberSignature Language="C#" Value="public System.Security.Principal.IPrincipal User { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Security.Principal.IPrincipal</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.Security.Principal.IPrincipal" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the intrinsic user object for the current request.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member></Members></Type>