The TelnetSession type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Connect |
Establishes connection with TELNET server and performs login using
specified username and password.
|
![]() |
DebugMessage |
Writes additional debug information to the debug stream.
|
![]() |
Disconnect |
Disconnects from TELNET server.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
OnDoOption |
Telnet DoOption Event method.
|
![]() |
OnWillOption |
Telnet WillOption Event method.
|
![]() |
Send(String) |
Sends command to TELNET server terminated by command terminator.
|
![]() |
Send(String, Int32) |
Sends command to TELNET server terminated by command terminator.
|
![]() |
SendNoWait |
Sends command to TELNET server terminated by command terminator.
|
![]() |
SendRaw |
Sends raw data to TELNET server.
|
![]() |
SendWait(String, String) |
Sends command to TELNET server terminated by command terminator.
|
![]() |
SendWait(String, String, Boolean) |
Sends command to TELNET server terminated by command terminator.
|
![]() |
SendWait(String, String, Int32) |
Sends command to TELNET server terminated by command terminator.
|
![]() |
SendWait(String, String, Boolean, Int32) |
Sends command to TELNET server terminated by command terminator.
|
![]() |
ToString | (Inherited from Object.) |