Connection::Items Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Returns IDictionary<TKey, TValue>.
Gets a dictionary for storing state for a the connection.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
public: virtual property IDictionary<String^, Object^>^ Items { IDictionary<String^, Object^>^ get () sealed; private: void set (IDictionary<String^, Object^>^ value) sealed; }
Property Value
Type: System.Collections.Generic::IDictionary<String, Object>Returns IDictionary<TKey, TValue>.
Implements
IConnection::Items
Show: