Creating a new session

Top  Previous  Next

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")





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC