IOwinContext Properties
Namespace:
Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | Authentication | Gets the Authentication middleware functionality available on the current request. |
![]() | Environment | Gets the OWIN environment. |
![]() | Request | Gets a wrapper exposing request specific properties. |
![]() | Response | Gets a wrapper exposing response specific properties. |
![]() | TraceOutput | Gets or sets the host.TraceOutput environment value. |
Show:
