IOwinContext::Environment Property

 

Gets the OWIN environment.

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

property IDictionary<String^, Object^>^ Environment {
	IDictionary<String^, Object^>^ get();
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, Object^>^

The OWIN environment.

Return to top
Show: