Initializes a new instance of the
AbstractTelnet class.
Namespace: CleanCode.RemoteCommandsAssembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- host
- Type: System String
The host.
- port
- Type: System Int32
The port.
- smartTrace
- Type: CleanCode.Diagnostics StructuredTrace
The StructuredTrace.
- loginRE
- Type: System String
Regular expression to match the login prompt.
- pwdRE
- Type: System String
Regular expression to match the password prompt.
- promptRE
- Type: System String
Regular expression to match the command-line prompt.
- login
- Type: System String
The login name.
- pwd
- Type: System String
The login password.
See Also