| Method |
Description |
| Break
|
Sends a break
signal to the server |
| Cancel
|
Cancels the
current 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 load the Windows Sockets library |
| Peek
|
Read data returned
by the server, but do not remove it from the receive buffer |
| Read
|
Return data read
from the remote host |
| 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 remote host |
| Uninitialize
|
Uninitialize the
control and unload the Windows Sockets library |
| Write
|
Write data to the
remote host |
| WriteLine
|
Write a line of
text to the server |