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; }
Public MustOverride ReadOnly Property InputStream As Stream
Get
public:
virtual property Stream^ InputStream {
Stream^ get () abstract;
}
abstract InputStream : Stream with get
Property Value
Type:
Stream
A
Stream object representing the contents of the incoming HTTP content body.
See Also