Gets the intrinsic response object for the current request.
[Visual Basic]
Public ReadOnly Property Response As HttpResponse
[C#]
public HttpResponse Response {get;}
[C++]
public: __property HttpResponse* get_Response();
[JScript]
public function get Response() : HttpResponse; Property Value
The HttpResponse that the application is processing.
Exceptions
| Exception Type | Condition |
| HttpException | The HttpResponse 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