IOwinContext Methods
Namespace:
Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | Get<T>(String^) | Gets a value from the OWIN environment, or returns default(T) if not present. |
![]() | Set<T>(String^, T) | Sets the given key and value in the OWIN environment. |
Show:
