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; }
Public MustOverride ReadOnly Property OutputStream As Stream
Get
public:
virtual property Stream^ OutputStream {
Stream^ get () abstract;
}
abstract OutputStream : Stream with get
Property Value
Type:
Stream
An IO
Stream representing the raw contents of the outgoing HTTP content body.
See Also