SSH Factory for .NET

IpClient Constructor (String, Int32, Int32)

Creates a new IpClient instance.

public IpClient(
   string hostname,
   int port,
   int timeout
);

Parameters

hostname
the server hostname or IP address
port
the server port
timeout
the timeout for establishing a connection specified in ms (milliseconds)

See Also

IpClient Class | Jscape.IpClient Namespace | IpClient Constructor Overload List