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
C#
VB
C++
F#
Copy to Clipboard
Print
Stream
InputStream
{
get
; }
Stream InputStream { get; }
Property Value
Type:
Stream
The input stream.
See Also
Reference
IHttpListenerRequest Interface
WebDAVSharp.Server.Adapters Namespace