PowerTCP SSH and SFTP for .NET
Connection Property




Gets the underlying Connection instance being used for server communications.
Syntax
'Declaration
 
Public ReadOnly Property Connection As Connection
'Usage
 
Dim instance As SshConnection
Dim value As Connection
 
value = instance.Connection
public Connection Connection {get;}
public: __property Connection* get_Connection();
public:
property Connection^ Connection {
   Connection^ get();
}
Remarks
This property can be used to control and report on authentication and encryption algorithms being used. It is created by the application and submitted as a parameter to the Connect method.
See Also

Reference

SshConnection Class
SshConnection Members


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