BaseView.Output Property
The output stream
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
protected StreamWriter Output { get; private set; }
protected:
property StreamWriter^ Output {
StreamWriter^ get();
private: void set(StreamWriter^ value);
}
member Output : StreamWriter with get, private set
Protected Property Output As StreamWriter
Get
Private Set
End Property
Type: System.IO.StreamWriter
Returns StreamWriter.
BaseView Class
Microsoft.Owin.Diagnostics.Views Namespace
Return to top