Classes

  Class Description
Public class Rexec
Implements the functionality of a Rexec client.
Public class RexecConnectedEventArgs
Provides data for the ConnectedEvent event.
Public class RexecDisconnectedEventArgs
Provides data for the DisconnectedEvent event.
Public class Rlogin
Implements the functionality of a BSD rloginsh client.
Public class RloginConnectedEventArgs
Provides data for the ConnectedEvent event.
Public class RloginDataReceivedEventArgs
Provides data for the DataReceivedEvent event.
Public class RloginDisconnectedEventArgs
Provides data for the DisconnectedEvent event.
Public class Rsh
Implements the functionality of an Rsh client.
Public class RshConnectedEventArgs
Provides data for the ConnectedEvent event.
Public class RshDisconnectedEventArgs
Provides data for the DisconnectedEvent event.
Public class Telnet
Implements the basic functionality of a Telnet client as defined in RFC 854.
Public class TelnetConnectedEventArgs
Provides data for the ConnectedEvent event.
Public class TelnetDataReceivedEventArgs
Provides data for the DataReceivedEvent event.
Public class TelnetDisconnectedEventArgs
Provides data for the DisconnectedEvent event.
Public class TelnetDontOptionEventArgs
Provides data for the DontOptionEvent event.
Public class TelnetDoOptionEventArgs
Provides data for the DoOptionEvent event.
Public class TelnetInputStream
Specialized input stream used to interpret telnet commands in ASCII stream.
Public class TelnetOption
The TelnetOption class enables developers to implement and use existing and future TELNET protocol options. The framework is specified in RFC 855 and standard options are specified in separate RFC documents.
Public class TelnetOutputStream
Specialized output stream used to embed Telnet commands.
Public class TelnetScript
The TelnetScript class provides a simple way of running a set of batch scripted commands against a TELNET server.
Public class TelnetSession
Convenience class for automating communications with a TELNET server.
Public class TelnetSubOptionEventArgs
Provides data for the SubOptionEvent event.
Public class TelnetTask
The TelnetTask class represents a command to be executed in batch (non-interactive) mode.
Public class TelnetTaskEndedEventArgs
Provides data for the TaskEndedEvent event.
Public class TelnetTaskFailedEventArgs
Provides data for the TaskFailedEvent event.
Public class TelnetTaskStartedEventArgs
Provides data for the TaskStartedEvent event.
Public class TelnetTaskTimeoutException
This exception is thrown if a TelnetTask exceeds its runtime timeout property.
Public class TelnetWillOptionEventArgs
Provides data for the WillOptionEvent event.
Public class TelnetWontOptionEventArgs
Provides data for the WontOptionEvent event.

Delegates

  Delegate Description
Public delegate Rexec..::..RexecConnectedEventHandler
Represents the method that will handle the ConnectedEvent event of Rexec.
Public delegate Rexec..::..RexecDisconnectedEventHandler
Represents the method that will handle the DisconnectedEvent event of Rexec.
Public delegate Rlogin..::..RloginConnectedEventHandler
Represents the method that will handle the ConnectedEvent event of Rlogin.
Public delegate Rlogin..::..RloginDataReceivedEventHandler
Represents the method that will handle the DataReceivedEvent event of Rlogin.
Public delegate Rlogin..::..RloginDisconnectedEventHandler
Represents the method that will handle the DisconnectedEvent event of Rlogin.
Public delegate Rsh..::..RshConnectedEventHandler
Represents the method that will handle the ConnectedEvent event of Rsh.
Public delegate Rsh..::..RshDisconnectedEventHandler
Represents the method that will handle the DisconnectedEvent event of Rsh.
Public delegate Telnet..::..ConnectedEventHandler
Represents the method that will handle the ConnectedEvent event of a Telnet.
Public delegate Telnet..::..DataReceivedEventHandler
Represents the method that will handle the DataReceivedEvent event of a Telnet.
Public delegate Telnet..::..DisconnectedEventHandler
Represents the method that will handle the DisconnectedEvent event of a Telnet.
Public delegate Telnet..::..DontOptionEventHandler
Represents the method that will handle the DontOptionEvent event of a Telnet.
Public delegate Telnet..::..DoOptionEventHandler
Represents the method that will handle the DoOptionEvent event of a Telnet.
Public delegate Telnet..::..SubOptionEventHandler
Represents the method that will handle the SubOptionEvent event of a Telnet.
Public delegate Telnet..::..WillOptionEventHandler
Represents the method that will handle the WillOptionEvent event of a Telnet.
Public delegate Telnet..::..WontOptionEventHandler
Represents the method that will handle the WontOptionEvent event of a Telnet.
Public delegate TelnetScript..::..TaskEndedEventHandler
Represents the method that will handle the TaskEndedEvent event of a TelnetScript.
Public delegate TelnetScript..::..TaskFailedEventHandler
Represents the method that will handle the TaskFailedEvent event of a TelnetScript.
Public delegate TelnetScript..::..TaskStartedEventHandler
Represents the method that will handle the TaskStartedEvent event of a TelnetScript.