Enables binary output to the outgoing Http content body.
[Visual Basic] Public ReadOnly Property OutputStream As Stream [C#] public Stream OutputStream {get;} [C++] public: __property Stream* get_OutputStream(); [JScript] public function get OutputStream() : Stream;
A managed NGWS frameworks IO Stream representing the raw contents of the outgoing Http content body.
HttpResponse Class | HttpResponse Members | System.Web Namespace