This documentation is archived and is not being maintained.
HttpResponse.Output Property
.NET Framework 1.1
Enables output of text to the outgoing HTTP response stream.
[Visual Basic] Public ReadOnly Property Output As TextWriter [C#] public TextWriter Output {get;} [C++] public: __property TextWriter* get_Output(); [JScript] public function get Output() : TextWriter;
Property Value
A TextWriter object enabling custom output to the client.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace
Show: