Overload List
Name | Description | |
---|---|---|
Telnet(String) |
Initializes a new instance of the Telnet class, using default port 23 and no SSL.
| |
Telnet(String, SslMode) |
Initializes a new instance of the Telnet class, using default port 23 and specified SSL mode.
| |
Telnet(String, Int32) |
Initializes a new instance of the Telnet class, using specified port and no SSL.
| |
Telnet(String, Int32, SslMode) |
Initializes a new instance of the Telnet class, using specified port and SSL mode.
|