Enables custom output to the outgoing Http content body.
[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;
TextWriter object enabling custom output to the outgoing HTTP content body.
HttpResponse Class | HttpResponse Members | System.Web Namespace