| Method |
Description |
| Break |
Sends a break signal to the server |
| Cancel |
Cancels the current blocking network operation |
| Connect |
Establish a connection with a server |
| Control |
Send a control message to the server |
| Disconnect |
Terminate the connection with the server |
| Execute |
Execute a command on the server and return the output |
| Initialize |
Initialize the control and validate the runtime license
key |
| Peek |
Read data returned by the server, but do not remove it from the
receive buffer |
| Read |
Return data read from the server |
| ReadLine |
Read a line of text from the server |
| Reset |
Reset the internal state of the control |
| Search |
Search for a specific character sequence in the data
stream |
| SendKey |
Send a key code to the server |
| Uninitialize |
Uninitialize the control and release any system resources
that were allocated |
| Write |
Write data to the server |
| WriteLine |
Write a line of text to the server |