This documentation is archived and is not being maintained.
HttpApplication.Request Property
.NET Framework 1.1
Gets the intrinsic request object for the current request.
[Visual Basic] 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 | The HttpRequest is a null reference (Nothing in Visual Basic). |
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpApplication Class | HttpApplication Members | System.Web Namespace
Show: