Share via


ResponseCookieCollection Constructor (IHeaderDictionary)

 

Create a new wrapper

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

Syntax

public ResponseCookieCollection(
    IHeaderDictionary headers
)
public:
ResponseCookieCollection(
    IHeaderDictionary^ headers
)
new : 
        headers:IHeaderDictionary -> ResponseCookieCollection
Public Sub New (
    headers As IHeaderDictionary
)

Parameters

See Also

ResponseCookieCollection Class
Microsoft.Owin Namespace

Return to top