Gets the SFTP protocol version used by this session. This information is only available on fully initialized and authenticated sessions.

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

Syntax

Visual Basic
Public ReadOnly Property ProtocolVersion As Integer
	Get
C#
public int ProtocolVersion { get; }

Field Value

SFTP protocol version.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also