Click or drag to resize

HttpListenerRequestInputStream Property

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

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Stream InputStream { get; }

Property Value

Type: Stream

A Stream that contains the entity body data.

Null if the entity body data is not available.

See Also