| Method |
Description |
| checkError |
|
| getHostInfo |
Lookups host info. |
| getWSAObject |
Returns unaWSA class instance created by a call to startup(), or by unaSocks class. |
| httpQuery |
|
| ipH2str |
Converts host byte order (little endian) unsigned 32 bits integer to string representing IP address (xxx.xxx.xxx.xxx). |
| ipN2str |
Converts network byte order (big endian) unsigned 32 bits integer to string representing IP address (xxx.xxx.xxx.xxx). |
| ipQuery |
|
| listAddresses |
List all addresses assigned to a host. |
| lookupHost |
Lookups host name. |
| lookupHost |
Lookups host name. If the "list" parameter is not nil, it also lists all addresses assigned to a host. |
| lookupHost |
Lookups host name. |
| lookupPort |
Lookups port number. |
| lookupPort |
Lookups port number. |
| shutdown |
Shutdowns the Windows sockets by deleting the unaWsa class instance created in startup() routine. |
| startup |
Startups the Windows sockets by creating unaWsa class instance. |
| str2ipH |
Converts string representing IP address (xxx.xxx.xxx.xxx) into host byte order (little endian) unsigned 32 bits integer. |
| str2ipN |
Converts string representing IP address (xxx.xxx.xxx.xxx) into network byte order (big endian) unsigned 32 bits integer. |