Share via


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
Public method ResponseCookieCollection Initializes a new instance of the ResponseCookieCollection class.

Top

Methods

  Name Description
Public method Append(String, String) Adds a new cookie and value.
Public method Append(String, String, CookieOptions) Adds a new cookie and value.
Public method Delete(String) Sets the cookie expired.
Public method Delete(String, CookieOptions) Sets the cookie expired.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Owin Namespace