Creating a new session |
To begin a new TelnetSession create a new TelnetSession instance using one of the provided constructors.
Example
[C#]
// create new TelnetSession instance
TelnetSession session = new TelnetSession("myhost.com");
[Visual Basic]
' create new TelnetSession instance
Dim session As TelnetSession = New TelnetSession("myhost.com")