Creates a new IpClient instance.
Namespace: Jscape.IpClientAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public IpClient(
string hostname,
int port,
int timeout
) |
Visual Basic |
---|
Public Sub New ( _
hostname As String, _
port As Integer, _
timeout As Integer _
) |
Visual C++ |
---|
public:
IpClient(
String^ hostname,
int port,
int timeout
) |
Parameters
- hostname
- Type: System..::..String
the server hostname or IP address
- port
- Type: System..::..Int32
the server port
- timeout
- Type: System..::..Int32
the timeout for establishing a connection specified in ms
(milliseconds)
See Also