The IpClientSsh type exposes the following members.

Properties

  Name Description
Public property Hostname
The server hostname or IP address
(Inherited from IpClient.)
Public property LicenseKey
License key.
Public property Port
The server port
(Inherited from IpClient.)
Public property Socket
Gets a socket established after invoking the IpClient#Connect method.
(Inherited from IpClient.)
Public property Stream
Gets InputStream from socket connection established with server. IpClient#Connect method must be invoked prior to invoking this method.
(Inherited from IpClient.)
Public property Timeout
The timeout for establishing a connection in ms.
(Inherited from IpClient.)

See Also