SSH Factory for .NET

IpClient.IpClientConnectedEvent Event

Occurs after a successful connection to the server.

public event IpClientConnectedEventHandler IpClientConnectedEvent;

Event Data

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

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

See Also

IpClient Class | Jscape.IpClient Namespace