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
- store
Type: System.Collections.Generic.IDictionary<String, String>
See Also
RequestCookieCollection Class
Microsoft.Owin Namespace
Return to top