ConnectionExtensions Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Provides extension methods used to send message to all connections that subscribe to specific signal.
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(IConnection, IList<String>, Object) | Sends a message to all connections subscribed to the specified signal. An example of signal may be a specific connection id. |
![]() ![]() | Send(IConnection, String, Object) | Sends a message to all connections subscribed to the specified signal. An example of signal may be a specific connection id. |
Show:
