For
internet
sockets, returns two values: the local host and the local port. Forlocal
sockets, returns the local filename.
Returns the local host of
socket
. Works only oninternet
sockets.
Returns the local port of
socket
-
an (UNSIGNED-BYTE 16). Works only oninternet
sockets.
Returns the local filename of
socket
. Works only onlocal
sockets.
For
internet
sockets, returns two values: the remote host and the remote port. Forremote
sockets, returns the remote filename.
Returns the remote host of
socket
. Works only oninternet
sockets.