Click or drag to resize

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
C#
public Stream OutputStream { get; }

Property Value

Type: Stream
A Stream to use to write the entity body data.
Exceptions
ExceptionCondition
ObjectDisposedException This object is closed.
See Also