asp.net.ph

HttpApplication.Request Property

System.Web Namespace   HttpApplication Class


Gets the intrinsic request object for the current request.

[ VB ]
Public ReadOnly Property Request As HttpRequest

[ C# ]
public HttpRequest Request {get;}

[ C++ ]
public: __property HttpRequest* get_Request ( );

[ JScript ]
public function get Request ( ) : HttpRequest;

Property Value

The HttpRequest that the application is processing.

Exceptions


Exception Type Condition
HttpException Occurs when the HttpRequest is a null reference ( Nothing in Visual Basic ).

See Also

HttpApplication Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph