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; } |