Connection Class
Visual Studio 2010
.NET Framework 4
Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Receive(String, Func<PersistentResponse, Task<Boolean>>, Int32) | |
![]() | Receive(String, CancellationToken, Int32) | |
![]() | Send | |
![]() | ToString | (Inherited from Object.) |
| 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:

