IConnection Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
A communication channel for a PersistentConnection and its connections.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IConnection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DefaultSignal | The main signal for this connection. This is the main signalr for a PersistentConnection . |
| Name | Description | |
|---|---|---|
![]() | Broadcast | Broadcasts a value to all connections, excluding the connection IDs specified. (Defined by ConnectionExtensions.) |
![]() | Send(String, Object) | Overloaded. Sends a message to all connections subscribed to the specified signal. An example of signal may be a specific connection id. (Defined by ConnectionExtensions.) |
![]() | Send(IList<String>, Object) | Overloaded. Sends a message to all connections subscribed to the specified signal. An example of signal may be a specific connection id. (Defined by ConnectionExtensions.) |
Show:
