C-DEngine 5.105

HttpListenerRequest..::..InputStream Property

Gets a Stream that contains the entity body data included in the request.

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

Syntax


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

Field Value

A Stream that contains the entity body data included in the request.