IResponseOutputStream Property |
Gets the stream that can be used to send data to the browser.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Stream OutputStream { get; }
ReadOnly Property OutputStream As Stream
Get
property Stream^ OutputStream {
Stream^ get ();
}
abstract OutputStream : Stream with get
Property Value
Type:
StreamSee Also