Share via


BaseView.Output Property

 

The output stream

Namespace:   Microsoft.Owin.Diagnostics.Views
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

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

Property Value

Type: System.IO.StreamWriter

Returns StreamWriter.

See Also

BaseView Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top