IOwinContext.Environment Property

 

Gets the OWIN environment.

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

Syntax

IDictionary<string, object> Environment { get; }
property IDictionary<String^, Object^>^ Environment {
    IDictionary<String^, Object^>^ get();
}
abstract Environment : IDictionary<string, Object> with get
ReadOnly Property Environment As IDictionary(Of String, Object)

Property Value

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

The OWIN environment.

See Also

IOwinContext Interface
Microsoft.Owin Namespace

Return to top