HttpResponse Constructor (TextWriter^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the HttpResponse class.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.IO::TextWriter^
A TextWriter object that enables custom HTTP output.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The methods and properties of the HttpResponse class are exposed through the intrinsic Response object in ASP.NET.
.NET Framework
Available since 1.1
Available since 1.1
Show: