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 | 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). (Defined by ConnectionExtensions.) |
Show:


