Occurs after a successful connection to the SSH server.

Namespace: Jscape.Scp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public event Scp..::..ScpConnectedEventHandler ScpConnectedEvent
Visual Basic
Public Event ScpConnectedEvent As Scp..::..ScpConnectedEventHandler
Visual C++
public:
 event Scp..::..ScpConnectedEventHandler^ ScpConnectedEvent {
	void add (Scp..::..ScpConnectedEventHandler^ value);
	void remove (Scp..::..ScpConnectedEventHandler^ value);
}

See Also