Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Web
Properties
 Response 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.Response Property

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

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