Initializes a new instance of the Telnet class, using default port 23 and no SSL.

Namespace:  Rebex.Net
Assembly:  Rebex.Telnet (in Rebex.Telnet.dll)

Syntax

Visual Basic
Public Sub New ( _
	serverName As String _
)
C#
public Telnet(
	string serverName
)

Parameters

serverName
Type: System..::..String
The server address - either a hostname or a dotted string IP address.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also