The following tables list the members exposed by Rexec.
| Name | Description | |
|---|---|---|
|  | Rexec Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | Encoding | Character encoding used by the component. (Inherited from Dart.Common.ComponentBase) | 
|  | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Common.ComponentBase) | 
| Name | Description | |
|---|---|---|
|  | Container | (Inherited from System.ComponentModel.Component) | 
|  | EnableLogEvent | Gets or sets a value indicating whether the TcpBase.Log event should be raised. (Inherited from Dart.Common.TcpBase) | 
|  | NetworkStream | Returns the NetworkStream object created when Connect() is called. (Inherited from Dart.Common.TcpBase) | 
|  | Proxy | Gets the proxy server information used by the component. (Inherited from Dart.Common.TcpBase) | 
|  | RemoteEndPoint | Gets the remote address and port of the server (never the proxy). (Inherited from Dart.Common.TcpBase) | 
|  | ServerPort | Gets or sets the remote host port. | 
|  | Site | (Inherited from System.ComponentModel.Component) | 
|  | Socket | Gets the socket used by the component for communications. (Inherited from Dart.Common.SocketBase) | 
|  | SocketOption | Gets the socket options for classes derived from TcpBase. (Inherited from Dart.Common.TcpBase) | 
|  | State | Gets the status of the connection. (Inherited from Dart.Common.TcpBase) | 
|  | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread. (Inherited from Dart.Common.ComponentBase) | 
| Name | Description | |
|---|---|---|
|  | CanRaiseEvents | (Inherited from System.ComponentModel.Component) | 
|  | DesignMode | (Inherited from System.ComponentModel.Component) | 
|  | Events | (Inherited from System.ComponentModel.Component) | 
| Name | Description | |
|---|---|---|
|  | Abort | Performs a hard close of the connection. (Inherited from Dart.Common.TcpBase) | 
|  | AuthenticateAsClient | Overloaded. Authenticates the server when establishing a secure connection. (Inherited from Dart.Common.TcpBase) | 
|  | AuthenticateAsServer | Overloaded. Authenticates a client when establishing a secure connection. (Inherited from Dart.Common.TcpBase) | 
|  | Close | Gracefully closes the connection. (Inherited from Dart.Common.TcpBase) | 
|  | Connect | Overloaded. Connects to the specified remote endpoint. (Inherited from Dart.Common.TcpBase) | 
|  | CreateObjRef | (Inherited from System.MarshalByRefObject) | 
|  | Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | 
|  | Execute | Executes a command on the remote host. | 
|  | GetLifetimeService | (Inherited from System.MarshalByRefObject) | 
|  | GetSslInfo | Provides information on the SSL channel. (Inherited from Dart.Common.TcpBase) | 
|  | GetStream | Provides access to the underlying Stream. (Inherited from Dart.Common.TcpBase) | 
|  | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | 
|  | Marshal | Overloaded. Marshals data to the UI thread. (Inherited from Dart.Common.TcpBase) | 
|  | Read | Overloaded. Receives data from the remote host. (Inherited from Dart.Common.TcpBase) | 
|  | ReadToEnd | Receives data until the connection is closed. (Inherited from Dart.Common.TcpBase) | 
|  | ShutdownSsl | Signals the remote host to shutdown the SSL connection. (Inherited from Dart.Common.TcpBase) | 
|  | Start | Starts a worker thread on which the specified delegate function executes. | 
|  | Write | Overloaded. Sends data to the remote host. (Inherited from Dart.Common.TcpBase) | 
| Name | Description | |
|---|---|---|
|  | GetService | (Inherited from System.ComponentModel.Component) | 
|  | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | 
|  | OnData | Raises the Data event. (Inherited from Dart.Common.TcpBase) | 
|  | OnError | Raises the Error event. (Inherited from Dart.Common.ComponentBase) | 
|  | OnLog | Raises the Log event. (Inherited from Dart.Common.TcpBase) | 
|  | OnStateChanged | Raises the StateChanged event. (Inherited from Dart.Common.TcpBase) | 
|  | OnUserState | Raises the UserState event. (Inherited from Dart.Common.ComponentBase) | 
| Name | Description | |
|---|---|---|
|  | Data | Raised when the Marshal method is called by the user. (Inherited from Dart.Common.TcpBase) | 
|  | Disposed | (Inherited from System.ComponentModel.Component) | 
|  | Error | Raised when Marshal is called by the user or an unhandled Exception is thrown in a worker thread created using the Start method. (Inherited from Dart.Common.ComponentBase) | 
|  | Log | Used to capture protocol data. (Inherited from Dart.Common.TcpBase) | 
|  | StateChanged | Raised when the value of the State property changes. (Inherited from Dart.Common.TcpBase) | 
|  | UserState | Raised when user state information is marshaled. (Inherited from Dart.Common.ComponentBase) | 
 
     
     
     
     
    