IOwinContext Properties

 

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

NameDescription
System_CAPS_pubpropertyAuthentication

Gets the Authentication middleware functionality available on the current request.

System_CAPS_pubpropertyEnvironment

Gets the OWIN environment.

System_CAPS_pubpropertyRequest

Gets a wrapper exposing request specific properties.

System_CAPS_pubpropertyResponse

Gets a wrapper exposing response specific properties.

System_CAPS_pubpropertyTraceOutput

Gets or sets the host.TraceOutput environment value.

Return to top
Show: