Click or drag to resize

ResponseAsyncOutputStream Property

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

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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