HubCallerContext.RequestCookies Property

.NET Framework 4

Gets the cookies for the request.

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

Syntax

'Declaration
Public ReadOnly Property RequestCookies As IDictionary(Of String, Cookie)
    Get
'Usage
Dim instance As HubCallerContext 
Dim value As IDictionary(Of String, Cookie)

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

Property Value

Type: System.Collections.Generic.IDictionary<String, Cookie>
The cookies for the request.

See Also

Reference

HubCallerContext Class

Microsoft.AspNet.SignalR.Hubs Namespace