aspxtreme

Response.OutputStream Property

System.Web Namespace   HttpResponse Class


Enables binary output to the outgoing HTTP content body.

[ VB ]
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 Occurs when OutputStream is not available.

See Also

HttpResponse Members



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme