Occurs after a successful connection to the SSH server.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public event Sftp..::..SftpConnectedEventHandler SftpConnectedEvent |
Visual Basic |
---|
Public Event SftpConnectedEvent As Sftp..::..SftpConnectedEventHandler |
Visual C++ |
---|
public: event Sftp..::..SftpConnectedEventHandler^ SftpConnectedEvent { void add (Sftp..::..SftpConnectedEventHandler^ value); void remove (Sftp..::..SftpConnectedEventHandler^ value); } |