PowerTCP Telnet for .NET CF
Rexec Class
Members  See Also  Send comments on this topic.
Dart.Telnet Namespace : Rexec Class




The Rexec component enables use of the remote execution protocol within any .NET application.

Object Model

Rexec ClassProxy ClassTcpSocketOption Class

Syntax

Visual Basic (Declaration) 
Public Class Rexec 
   Inherits Dart.Common.TcpBase
Visual Basic (Usage)Copy Code
Dim instance As Rexec
C# 
public class Rexec : Dart.Common.TcpBase 
Managed Extensions for C++ 
public __gc class Rexec : public Dart.Common.TcpBase 
C++/CLI 
public ref class Rexec : public Dart.Common.TcpBase 

Remarks

Use the Rexec component to execute a command on a remote host (typically a UNIX host). To use the Rexec component, call one of the Connect methods to connect, then call Execute to execute the command, and then use one of the Read methods to read the results of the command.

Rexec and Rsh perform the same task using different authentication techniques. Rsh requires static information be added to .rhosts and/or hosts.equiv, whereas Rexec simply uses dynamic username/password information for authentication.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Dart.Common.ComponentBase
            Dart.Common.SocketBase
               Dart.Common.TcpBase
                  Dart.Telnet.Rexec

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.