SSH Factory for .NET

Scp.ScpConnectedEvent Event

Occurs after a successful connection to the SSH server.

public event ScpConnectedEventHandler ScpConnectedEvent;

Event Data

The event handler receives an argument of type ScpConnectedEventArgs containing data related to this event. The following ScpConnectedEventArgs properties provide information specific to this event.

Property Description
Hostname The connected hostname.
Port The connected port.

See Also

Scp Class | Jscape.Scp Namespace