Comparteix a través de


RequestCookieCollection Constructor (IDictionary<String, String>)

 

Create a new wrapper

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

Syntax

public RequestCookieCollection(
    IDictionary<string, string> store
)
public:
RequestCookieCollection(
    IDictionary<String^, String^>^ store
)
new : 
        store:IDictionary<string, string> -> RequestCookieCollection
Public Sub New (
    store As IDictionary(Of String, String)
)

Parameters

See Also

RequestCookieCollection Class
Microsoft.Owin Namespace

Return to top