constructor Create(Channel: TScSSHChannel);
Description
Create TScSSHStream instance.
The Channel parameter is an object that represents the protected channel to reading and writing data through it. The Channel.Direct property must be set to True. Otherwise, an exception is raised.
See Also