IOwinResponse.Cookies Property
Gets a collection used to manipulate the Set-Cookie header.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
ResponseCookieCollection Cookies { get; }
property ResponseCookieCollection^ Cookies {
ResponseCookieCollection^ get();
}
abstract Cookies : ResponseCookieCollection with get
ReadOnly Property Cookies As ResponseCookieCollection
Property Value
Type: Microsoft.Owin.ResponseCookieCollection
A collection used to manipulate the Set-Cookie header.
See Also
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top