Gets the SSH session used by the SFTP part of the client.

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

Syntax

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

Field Value

SSH session.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also