Hub::Clients Property

.NET Framework 4.5

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

public:
virtual property HubConnectionContext^ Clients {
	HubConnectionContext^ get () sealed;
	void set (HubConnectionContext^ value) sealed;
}

Implements

IHub::Clients
Show: