IHttpListenerResponse
OutputStream Property
WebDAV#
Gets a
Stream
object to which a response can be written.
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
OutputStream
{
get
; }
Stream OutputStream { get; }
Property Value
Type:
Stream
The output stream.
See Also
Reference
IHttpListenerResponse Interface
WebDAVSharp.Server.Adapters Namespace