HubConnectionContext Methods
.NET Framework 4.5
Top
The HubConnectionContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllExcept | Returns a dynamic representation of all clients except the calling client ones specified. |
|
Client | Returns a dynamic representation of the connection with the specified connectionid. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
Group | Returns a dynamic representation of the specified group. |
|
MemberwiseClone | (Inherited from Object.) |
|
OthersInGroup | Returns a dynamic representation of all clients in a group except the calling client. |
|
ToString | (Inherited from Object.) |
Show: