property IsSession: boolean;
Description
The IsSession property determines the type of the current SSH channel. If IsSession is True, channel is the shell session. If IsSession is False, the information received from an SSH client is passed ahead.
This property is read-only.