PowerTCP Emulation for .NET
Rexec Class
Members 




The Rexec component enables use of the remote execution protocol within any .NET application.
Object Model
Rexec ClassTcpSocketOption Class
Syntax
Public Class Rexec 
   Inherits TcpBase
Dim instance As Rexec
public class Rexec : TcpBase 
public __gc class Rexec : public TcpBase 
public ref class Rexec : public 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.Emulation.ComponentBase
            Dart.Emulation.SocketBase
               Dart.Emulation.TcpBase
                  Dart.Emulation.Rexec

See Also

Reference

Rexec Members
Dart.Emulation Namespace


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic