OwinRequest.Cookies Property

 

Gets the collection of Cookies for this request.

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

Syntax

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

Property Value

Type: Microsoft.Owin.RequestCookieCollection

The collection of Cookies for this request.

Implements

IOwinRequest.Cookies

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top