The IpClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Hostname |
The server hostname or IP address
|
![]() |
Port |
The server port
|
![]() |
Socket |
Gets a socket established after invoking the IpClient#Connect method.
|
![]() |
Stream |
Gets InputStream from socket connection established with server.
IpClient#Connect method must be invoked prior to invoking this method.
|
![]() |
Timeout |
The timeout for establishing a connection in ms.
|