PowerTCP SSH and SFTP for .NET
KeyExchangeCounter Property




The number of key exchanges performed on this connection thus far.
Syntax
'Declaration
 
Public ReadOnly Property KeyExchangeCounter As Integer
'Usage
 
Dim instance As ConnectionInfo
Dim value As Integer
 
value = instance.KeyExchangeCounter
public int KeyExchangeCounter {get;}
public: __property int get_KeyExchangeCounter();
public:
property int KeyExchangeCounter {
   int get();
}
See Also

Reference

ConnectionInfo Class
ConnectionInfo Members


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