ConnectionExtensions Class
Visual Studio 2010
.NET Framework 4
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ConnectionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Broadcast | Broadcasts a value to all connections, excluding the connection ids specified. |
![]() ![]() | Send | Sends a message to all connections subscribed to the specified signal. An example of signal may be a specific connection id, or fully qualified group name (Use IGroupManager to manipulate groups). |
Show:
