Share via


OwinResponse Constructor (IDictionary<String, Object>)

Initializes a new instance of the OwinResponse class.

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

Syntax

'Declaration
Public Sub New ( _
    environment As IDictionary(Of String, Object) _
)
'Usage
Dim environment As IDictionary(Of String, Object)

Dim instance As New OwinResponse(environment)
public OwinResponse(
    IDictionary<string, Object> environment
)
public:
OwinResponse(
    IDictionary<String^, Object^>^ environment
)
new : 
        environment:IDictionary<string, Object> -> OwinResponse
public function OwinResponse(
    environment : IDictionary<String, Object>
)

Parameters

See Also

Reference

OwinResponse Class

OwinResponse Overload

Microsoft.Owin Namespace