ResponseCookieCollection Class
A wrapper for the response Set-Cookie header.
Inheritance Hierarchy
System.Object
Microsoft.Owin.ResponseCookieCollection
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Class ResponseCookieCollection
'Usage
Dim instance As ResponseCookieCollection
public class ResponseCookieCollection
public ref class ResponseCookieCollection
type ResponseCookieCollection = class end
public class ResponseCookieCollection
The ResponseCookieCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResponseCookieCollection | Initializes a new instance of the ResponseCookieCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Append(String, String) | Adds a new cookie and value. | |
Append(String, String, CookieOptions) | Adds a new cookie and value. | |
Delete(String) | Sets the cookie expired. | |
Delete(String, CookieOptions) | Sets the cookie expired. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.