The IpClient type exposes the following members.

Properties

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

See Also