System.Web Namespace HttpResponse Class
Enables output of text to the outgoing HTTP response stream.
[ VB ] Public ReadOnly Property Output As TextWriter [ C# ] public TextWriter Output {get;} [ C++ ] public: __property TextWriter* get_Output ( ); [ JScript ] public function get Output ( ) : TextWriter;
A TextWriter object enabling custom output to the client.
HttpResponse Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note