OwinResponse.Cookies Property

 

Gets a collection used to manipulate the Set-Cookie header.

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

Syntax

public virtual ResponseCookieCollection Cookies { get; }
public:
property ResponseCookieCollection^ Cookies {
    virtual ResponseCookieCollection^ get();
}
abstract Cookies : ResponseCookieCollection with get
override Cookies : ResponseCookieCollection with get
Public Overridable ReadOnly Property Cookies As ResponseCookieCollection

Property Value

Type: Microsoft.Owin.ResponseCookieCollection

A collection used to manipulate the Set-Cookie header.

Implements

IOwinResponse.Cookies

See Also

OwinResponse Class
Microsoft.Owin Namespace

Return to top