| Method |
Description |
| Abort |
Aborts the current session and terminates the connection |
| Break |
Sends a break signal to the server |
| Cancel |
Cancels the current blocking network operation |
| Connect |
Establish a connection with a server |
| Disconnect |
Terminate the connection with a server |
| Initialize |
Initialize the control and validate the runtime license
key |
| Login |
Authenticate the user and log them in to the current
session |
| Read |
Return data read from the server |
| ReadLine |
Read a line of text from the server and return it in a string
buffer |
| 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 |