PowerTCP SSH and SFTP for .NET
ProtocolVersion Property




Gets the negotiated SFTP protocol version.
Syntax
'Declaration
 
Public ReadOnly Property ProtocolVersion As Integer
'Usage
 
Dim instance As Sftp
Dim value As Integer
 
value = instance.ProtocolVersion
public int ProtocolVersion {get;}
public: __property int get_ProtocolVersion();
public:
property int ProtocolVersion {
   int get();
}

Property Value

SFTP protocol version, i.e., "3".
See Also

Reference

Sftp Class
Sftp Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic