Click or drag to resize

OwinDavResponseOutputStream Property

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

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

Property Value

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