Linkar |
The LinkarClient type exposes the following members.
| Name | Description | |
|---|---|---|
| LinkarClient | Initializes a new instance of the LinkarClt class. |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| Login | Starts the communication with a server allowing making use of the rest of functions until the Close method is executed or the connection with the server gets lost, synchronously only. | |
| LoginAsync | Starts the communication with a server allowing making use of the rest of functions until the Close method is executed or the connection with the server gets lost, in a asynchronous way. | |
| Logout | Closes the communication with the server, that previously has been opened with a Login function, synchronously only. | |
| LogoutAsync | Closes the communication with the server, that previously has been opened with a Login function, in a asynchronous way. | |
| MemberwiseClone | (Inherited from Object) | |
| SendCommand | Allows a variety of persistent operations using standard templates (XML, JSON), synchronously only. | |
| SendCommandAsync | Allows a variety of persistent operations using standard JSON templates, in a asynchronous way. | |
| SendJsonCommand | Allows a variety of persistent operations using standard JSON templates, synchronously only. | |
| SendJsonCommandAsync | Allows a variety of persistent operations using standard JSON templates, in a asynchronous way. | |
| SendXmlCommand | Allows a variety of persistent operations using standard XML templates, synchronously only. | |
| SendXmlCommandAsync | Allows a variety of asynchronous persistent operations using standard XML templates. | |
| ToString | (Inherited from Object) |