| 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)
SyntaxStream OutputStream { get; }ReadOnly Property OutputStream As Stream
	Get
property Stream^ OutputStream {
	Stream^ get ();
}abstract OutputStream : Stream with get
Property Value
Type: 
Stream
See Also