IOwinContext::TraceOutput Property

 

Gets or sets the host.TraceOutput environment value.

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

property TextWriter^ TraceOutput {
	TextWriter^ get();
	void set(TextWriter^ value);
}

Property Value

Type: System.IO::TextWriter^

The host.TraceOutput TextWriter.

Return to top
Show: