IRequest.Cookies Property

.NET Framework 4

Gets the cookies for this request.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
ReadOnly Property Cookies As IDictionary(Of String, Cookie)
    Get
'Usage
Dim instance As IRequest 
Dim value As IDictionary(Of String, Cookie)

value = instance.Cookies
IDictionary<string, Cookie> Cookies { get; }
property IDictionary<String^, Cookie^>^ Cookies {
    IDictionary<String^, Cookie^>^ get ();
}
abstract Cookies : IDictionary<string, Cookie>
function get Cookies () : IDictionary<String, Cookie>

Property Value

Type: System.Collections.Generic.IDictionary<String, Cookie>

See Also

Reference

IRequest Interface

Microsoft.AspNet.SignalR Namespace