Telnet Factory for .NET

Jscape.Telnet Namespace

Namespace hierarchy

Classes

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

Delegates

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