Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top