IOwinContext.TraceOutput Property

 

Gets or sets the host.TraceOutput environment value.

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

Syntax

TextWriter TraceOutput { get; set; }
property TextWriter^ TraceOutput {
    TextWriter^ get();
    void set(TextWriter^ value);
}
abstract TraceOutput : TextWriter with get, set
Property TraceOutput As TextWriter

Property Value

Type: System.IO.TextWriter

The host.TraceOutput TextWriter.

See Also

IOwinContext Interface
Microsoft.Owin Namespace

Return to top