socket
Socket structure.
type socket
{
str host
ushort port
uint socket
uint flag
}
{
str host
ushort port
uint socket
uint flag
}
Members
host | Host name. |
port | Port number. |
socket | Open socket identifier. |
flag | Additional flags. $SOCKF_PROXY - The socket is opened via a proxy server. |
Related links | Source |