address
Returns an object containing the address information for a socket. For UDP sockets, this object will contain address
, family
, and port
properties.
This method throws EBADF
if called on an unbound socket.
Since
v0.1.99
Returns an object containing the address information for a socket. For UDP sockets, this object will contain address
, family
, and port
properties.
This method throws EBADF
if called on an unbound socket.
v0.1.99