IOwinContext Methods

 

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

Methods

Name Description
System_CAPS_pubmethod Get<T>(String)

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

System_CAPS_pubmethod Set<T>(String, T)

Sets the given key and value in the OWIN environment.

See Also

IOwinContext Interface
Microsoft.Owin Namespace

Return to top