This documentation is archived and is not being maintained.
HttpWriter.OutputStream Property
.NET Framework 1.1
Gets a Stream object to enable HTTP output directly from the Stream.
[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;
Property Value
An instance of the Stream class containing the data to send to the client
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWriter Class | HttpWriter Members | System.Web Namespace
Show: