Post-request handling. The request completion is traced to ASP.NET and the Thread's culture is reset.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub Application_EndRequest ( _
    sender As Object, _
    e As EventArgs _
)
protected void Application_EndRequest(
    Object sender,
    EventArgs e
)
protected:
void Application_EndRequest(
    Object^ sender, 
    EventArgs^ e
)
member Application_EndRequest : 
        sender:Object * 
        e:EventArgs -> unit
protected function Application_EndRequest(
    sender : Object, 
    e : EventArgs
)
Parameters
- sender
 Type: System.Object
- e
 Type: System.EventArgs
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.