Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4.5
Gets or sets the clients that communicates with SignalR connections.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
'Declaration
Public Property Clients As IHubCallerConnectionContext
Get
Set
'Usage
Dim instance As Hub
Dim value As IHubCallerConnectionContext
value = instance.Clients
instance.Clients = value
public IHubCallerConnectionContext Clients { get; set; }
public:
virtual property IHubCallerConnectionContext^ Clients {
IHubCallerConnectionContext^ get () sealed;
void set (IHubCallerConnectionContext^ value) sealed;
}
abstract Clients : IHubCallerConnectionContext with get, set
override Clients : IHubCallerConnectionContext with get, set
final function get Clients () : IHubCallerConnectionContext
final function set Clients (value : IHubCallerConnectionContext)
Type: Microsoft.AspNet.SignalR.Hubs.IHubCallerConnectionContext
The clients that communicates with SignalR connections.