Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse Constructor (TextWriter^)

 

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.

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

public:
HttpResponse(
	TextWriter^ writer
)

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
Return to top
Show:
© 2017 Microsoft