IOwinContext.TraceOutput Property

Definition

Gets or sets the host.TraceOutput environment value.

public System.IO.TextWriter TraceOutput { get; set; }
member this.TraceOutput : System.IO.TextWriter with get, set
Public Property TraceOutput As TextWriter

Property Value

The host.TraceOutput TextWriter.

Applies to