IOwinContext Methods

 

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

NameDescription
System_CAPS_pubmethodGet<T>(String^)

Gets a value from the OWIN environment, or returns default(T) if not present.

System_CAPS_pubmethodSet<T>(String^, T)

Sets the given key and value in the OWIN environment.

Return to top
Show: