HttpListenerResponseOutputStream Property |
Gets a Stream to use to write the entity body data.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public Stream OutputStream { get; }
Property Value
Type:
Stream
A
Stream to use to write the entity body data.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
This object is closed.
|
See Also