This documentation is archived and is not being maintained.
HttpResponse.OutputStream Property
.NET Framework 1.1
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;
Property Value
An IO Stream representing the raw contents of the outgoing HTTP content body.
Exceptions
| Exception Type | Condition |
|---|---|
| HttpException | OutputStream is not available. |
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace
Show: