Click or drag to resize

DavRequestInputStream Property

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

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

Property Value

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