Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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