Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkTelnet(String)
Initializes a new instance of the Telnet class, using default port 23 and no SSL.
Public methodSupported by the .NET Compact FrameworkTelnet(String, SslMode)
Initializes a new instance of the Telnet class, using default port 23 and specified SSL mode.
Public methodSupported by the .NET Compact FrameworkTelnet(String, Int32)
Initializes a new instance of the Telnet class, using specified port and no SSL.
Public methodSupported by the .NET Compact FrameworkTelnet(String, Int32, SslMode)
Initializes a new instance of the Telnet class, using specified port and SSL mode.

See Also