asp.net.ph

HttpWriter.OutputStream Property

System.Web Namespace   HttpWriter Class


Gets a Stream object to enable HTTP output directly from the Stream.

[ 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 instance of the Stream class containing the data to send to the client

See Also

HttpWriter Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph