Click or drag to resize

RequestAsyncInputStream Property

IT Hit WebDAV Classes Reference
Gets the contents of the incoming HTTP entity body.

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax
public abstract Stream InputStream { get; }

Property Value

Type: Stream
A Stream object representing the contents of the incoming HTTP content body.
See Also