This documentation is archived and is not being maintained.
HttpResponse Constructor
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Sub New( _ ByVal writer As TextWriter _ ) [C#] public HttpResponse( TextWriter writer ); [C++] public: HttpResponse( TextWriter* writer ); [JScript] public function HttpResponse( writer : TextWriter );
See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace
Show: