IOwinRequest.Environment Property

Gets the request environment.

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

Syntax

'Declaration
ReadOnly Property Environment As IDictionary(Of String, Object)
    Get
'Usage
Dim instance As IOwinRequest 
Dim value As IDictionary(Of String, Object)

value = instance.Environment
IDictionary<string, Object> Environment { get; }
property IDictionary<String^, Object^>^ Environment {
    IDictionary<String^, Object^>^ get ();
}
abstract Environment : IDictionary<string, Object>
function get Environment () : IDictionary<String, Object>

Property Value

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

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace