NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.Output

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;

Property Value

TextWriter object enabling custom output to the outgoing HTTP content body.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace