IHttpListenerRequest InputStream Property WebDAV#
Gets a Stream that contains the body data sent by the client.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Stream InputStream { get; }

Property Value

Type: Stream
The input stream.
See Also