Sftp.Session Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Session
Gets the SSH session used by this SFTP session.
Declaration
public SshSession Session { get; }
Property Value
Type | Description |
---|---|
SshSession | SSH session. |