PersistentResponse::GroupsToken Property

.NET Framework 4.5

Signed token representing the list of groups. Updates on change.

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

public:
property String^ GroupsToken {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns String.
Show: