Connection::GroupsToken Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Gets or sets the groups token for the connection.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
public: virtual property String^ GroupsToken { String^ get () sealed; void set (String^ value) sealed; }
Implements
IConnection::GroupsToken
Show: