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; }
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