Creating a new session
To begin a new telnet session create a new
TelnetSession
instance using one of the provided constructors.
Example
// create new TelnetSession instance
TelnetSession session =
new
TelnetSession(
"myhost.com"
);