The TelnetExternalExec type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
TelnetExternalExec |
Initializes a new instance of
the TelnetExternalExec class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExtractResults |
Extracts the desired elements from a command execution
using regular expressions.
(Inherited from AbstractTelnet.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetResult |
Executes the specified command on the remote host.
(Overrides AbstractTelnet GetResult(String, String).) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
host | The host address. (Inherited from AbstractTelnet.) | |
login | The . (Inherited from AbstractTelnet.) | |
loginRE | Regular expression to match
the login prompt. (Inherited from AbstractTelnet.) | |
port | The telnet port on the host. (Inherited from AbstractTelnet.) | |
promptRE | Regular expression to match
the command-line prompt. (Inherited from AbstractTelnet.) | |
pwd | The login name. (Inherited from AbstractTelnet.) | |
pwdRE | Regular expression to match
the password prompt. (Inherited from AbstractTelnet.) | |
tracer | The StructuredTrace. (Inherited from AbstractTelnet.) |
See Also