The Rexec type exposes the following members.

Properties

  Name Description
Protected property CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public property Command
Gets/Sets the command to execute on the Remote Host.
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Protected property DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public property Encoding
Gets/Sets the Encoding used when converting between string and bytes. Default is Encoding.UTF8
Protected property Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public property Hostname
Gets/Sets the Remote Host hostname.
Public property LicenseKey
License key.
Public property Password
Gets/Sets the password used to log in to the Remote Host.
Public property Port
Gets/Sets the Remote Host port number.
Public property ReadTimeout
Gets or sets the amount of time a Socket will wait to receive data once initiated.
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property Username
Gets/Sets the user name used to log in to the Remote Host.

See Also