ResponseCookieCollection Class
A wrapper for the response Set-Cookie header
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | ResponseCookieCollection(IHeaderDictionary^) | Create a new wrapper |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

