Gets the SSH session used by this SFTP session.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public ReadOnly Property Session As SshSession
	Get
C#
public SshSession Session { get; }

Field Value

SSH session.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also