The TelnetLibExec type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TelnetLibExec |
Initializes a new instance of the TelnetLibExec class.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ExtractResults |
Extracts the desired elements from a command execution
using regular expressions.
(Inherited from AbstractTelnet.) |
![]() | ![]() |
Allows an (Inherited from ![]() ![]() ![]() |
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | GetResult |
Executes the specified command on the remote host.
(Overrides AbstractTelnet GetResult(String, String).) |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | (Inherited from ![]() |
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