Connection Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Top
Top
Top
No content here will be updated; please do not add material here.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DefaultSignal | Gets the main signal for this connection. |
![]() | Identity | Gets an identity property for this connection. |
![]() | Subscription | Gets or sets a subscription for this connection property. |
![]() | WriteCursor | Gets or sets the cursor to write a sequential series of characters. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Receive | Receives a message response to the connection method. |
![]() | Send | Sends a message to one or more connections. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | EventKeyAdded | Occurs when the event added a key. |
![]() | EventKeyRemoved | Occurs when the event removed the key. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISubscriber::EventKeys | Gets a list of objects that can be individually accessed by index. |
Show:

