IOwinRequest.Cookies Property

Gets the collection of cookies for the request.

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

Syntax

'Declaration
ReadOnly Property Cookies As RequestCookieCollection 
    Get
'Usage
Dim instance As IOwinRequest 
Dim value As RequestCookieCollection 

value = instance.Cookies
RequestCookieCollection Cookies { get; }
property RequestCookieCollection^ Cookies {
    RequestCookieCollection^ get ();
}
abstract Cookies : RequestCookieCollection
function get Cookies () : RequestCookieCollection

Property Value

Type: Microsoft.Owin.RequestCookieCollection
The collection of cookies for the request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace