Connection Methods
.NET Framework 4.5
Top
Top
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Disconnect | Stops the Connection without sending an abort message to the server. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
OnMessageReceived | |
|
OnSending | |
|
Send(Object) | Sends an object that will be JSON serialized asynchronously over the connection. |
|
Send(String) | Sends data asynchronously over the connection. |
|
Start() | Starts the Connection. |
|
Start(IClientTransport) | Starts the Connection. |
|
Start(IHttpClient) | Starts the Connection. |
|
Stop | Stops the Connection and sends an abort message to the server. |
|
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.) |
Show: