Click or drag to resize

DavResponseOutputStream Property

IT Hit WebDAV Classes Reference
Enables binary output to the outgoing HTTP content body.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax
public abstract Stream OutputStream { get; }

Property Value

Type: Stream
An IO Stream representing the raw contents of the outgoing HTTP content body.
See Also