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; }

Property Value

Type: System.IO.StreamWriter

Returns StreamWriter.

See Also

BaseView Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top