ResponseCookieCollection Class
A wrapper for the response Set-Cookie header
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.ResponseCookieCollection
Syntax
public class ResponseCookieCollection
public ref class ResponseCookieCollection
type ResponseCookieCollection = class end
Public Class ResponseCookieCollection
Constructors
Name | Description | |
---|---|---|
ResponseCookieCollection(IHeaderDictionary) | Create a new wrapper |
Methods
Name | Description | |
---|---|---|
Append(String, String) | Add a new cookie and value |
|
Append(String, String, CookieOptions) | Add a new cookie |
|
Delete(String) | Sets an expired cookie |
|
Delete(String, CookieOptions) | Sets an expired cookie |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.
See Also
Return to top