AbstractTelnet MembersCleanCode C# Libraries v1.2.03 API

The AbstractTelnet type exposes the following members.
Constructors

  NameDescription
Protected methodAbstractTelnet
Initializes a new instance of the AbstractTelnet 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.
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.
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.
Protected fieldlogin
The .
Protected fieldloginRE
Regular expression to match the login prompt.
Protected fieldport
The telnet port on the host.
Protected fieldpromptRE
Regular expression to match the command-line prompt.
Protected fieldpwd
The login name.
Protected fieldpwdRE
Regular expression to match the password prompt.
Protected fieldtracer
Back to Top
See Also