SSH Factory for .NET

Scp.ScpDisconnectedEvent Event

Occurs after disconnecting from the SSH server.

public event ScpDisconnectedEventHandler ScpDisconnectedEvent;

Event Data

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

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

See Also

Scp Class | Jscape.Scp Namespace