HttpListenerRequestAdapter 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
public Stream InputStream { get; }

Property Value

Type: Stream

Implements

IHttpListenerRequest InputStream
See Also