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
public virtual TextWriter TraceOutput { get; set; }
public:
property TextWriter^ TraceOutput {
virtual TextWriter^ get();
virtual void set(TextWriter^ value);
}
abstract TraceOutput : TextWriter with get, set
override TraceOutput : TextWriter with get, set
Public Overridable Property TraceOutput As TextWriter
Property Value
Type: System.IO.TextWriter
The host.TraceOutput TextWriter.
Implements
See Also
OwinContext Class
Microsoft.Owin Namespace
Return to top