Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top