IRequest.Items Property

.NET Framework 4

Gets state for the current HTTP request.

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

Syntax

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

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

Property Value

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

See Also

Reference

IRequest Interface

Microsoft.AspNet.SignalR Namespace