Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 1.1
.NET Framework
Reference
Class Library
System.Web
HttpResponse Class
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
HttpResponse Class

Encapsulates HTTP response information from an ASP.NET operation .

For a list of all members of this type, see HttpResponse Members.

System.Object
   System.Web.HttpResponse

[Visual Basic]
NotInheritable Public Class HttpResponse
[C#]
public sealed class HttpResponse
[C++]
public __gc __sealed class HttpResponse
[JScript]
public class HttpResponse

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

The methods and properties of the HttpResponse class are exposed through the Response property of the HttpApplication, HttpContext, Page, and UserControl classes.

Requirements

Namespace: System.Web

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: System.Web (in System.Web.dll)

See Also

HttpResponse Members | System.Web Namespace

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