TelnetExternalExec MembersCleanCode C# Libraries v1.2.03 API

The TelnetExternalExec type exposes the following members.
Constructors

  NameDescription
Public methodTelnetExternalExec
Initializes a new instance of the TelnetExternalExec class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodExtractResults
Extracts the desired elements from a command execution using regular expressions.
(Inherited from AbstractTelnet.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetResult
Executes the specified command on the remote host.
(Overrides AbstractTelnet GetResult(String, String).)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Protected fieldhost
The host address.
(Inherited from AbstractTelnet.)
Protected fieldlogin
The .
(Inherited from AbstractTelnet.)
Protected fieldloginRE
Regular expression to match the login prompt.
(Inherited from AbstractTelnet.)
Protected fieldport
The telnet port on the host.
(Inherited from AbstractTelnet.)
Protected fieldpromptRE
Regular expression to match the command-line prompt.
(Inherited from AbstractTelnet.)
Protected fieldpwd
The login name.
(Inherited from AbstractTelnet.)
Protected fieldpwdRE
Regular expression to match the password prompt.
(Inherited from AbstractTelnet.)
Protected fieldtracer (Inherited from AbstractTelnet.)
Back to Top
See Also