Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Web
Properties
 Request Property

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
HttpApplication.Request Property

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

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker