C-DEngine 5.105

HttpListenerResponse..::..OutputStream Property

Gets a Stream to use to write the entity body data.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Stream OutputStream { get; }
Public ReadOnly Property OutputStream As Stream
	Get
public:
property Stream^ OutputStream {
	Stream^ get ();
}

Field Value

A Stream to use to write the entity body data.

Exceptions


ExceptionCondition
ObjectDisposedException This object is closed.