This documentation is archived and is not being maintained.
FormsAuthenticationEventArgs.Context Property
.NET Framework 1.1
Gets the HttpContext object for the current HTTP request.
[Visual Basic] Public ReadOnly Property Context As HttpContext [C#] public HttpContext Context {get;} [C++] public: __property HttpContext* get_Context(); [JScript] public function get Context() : HttpContext;
Property Value
The HttpContext object for the current HTTP request.
Remarks
The HttpContext intrinsic provides access to Request, Response, and User objects.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FormsAuthenticationEventArgs Class | FormsAuthenticationEventArgs Members | System.Web.Security Namespace
Show: