HubConnection Methods
.NET Framework 4.5
Top
Top
Top
The HubConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateHubProxy | Creates an IHubProxy for the hub with the specified name. |
|
Disconnect | Stops the Connection without sending an abort message to the server. (Inherited from Connection.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
OnMessageReceived | (Overrides Connection::OnMessageReceived(JToken).) |
|
OnSending | (Overrides Connection::OnSending().) |
|
RegisterCallback | |
|
Send(Object) | Sends an object that will be JSON serialized asynchronously over the connection. (Inherited from Connection.) |
|
Send(String) | Sends data asynchronously over the connection. (Inherited from Connection.) |
|
Start() | Starts the Connection. (Inherited from Connection.) |
|
Start(IClientTransport) | Starts the Connection. (Inherited from Connection.) |
|
Start(IHttpClient) | Starts the Connection. (Inherited from Connection.) |
|
Stop | Stops the Connection and sends an abort message to the server. (Inherited from Connection.) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsObservable() | Overloaded. (Defined by ConnectionExtensions.) |
|
AsObservable<T>() | Overloaded. (Defined by ConnectionExtensions.) |
|
AsObservable<T>(Func<String, T>) | Overloaded. (Defined by ConnectionExtensions.) |
|
EnsureReconnecting | (Defined by ConnectionExtensions.) |
|
GetValue<T> | (Defined by ConnectionExtensions.) |
| Name | Description | |
|---|---|---|
|
IConnection::ChangeState | (Inherited from Connection.) |
|
IConnection::OnError | (Inherited from Connection.) |
|
IConnection::OnReceived | (Inherited from Connection.) |
|
IConnection::OnReconnected | (Inherited from Connection.) |
|
IConnection::OnReconnecting | (Inherited from Connection.) |
|
IConnection::PrepareRequest | (Inherited from Connection.) |
Show: