asp.net.ph

PassportAuthenticationEventArgs.Context Property

System.Web.Security Namespace   PassportAuthenticationEventArgs Class


Gets the HttpContext object for the current HTTP request.

[ VB ]
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.

See Also

PassportAuthenticationEventArgs Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note