socket.address()
Returns an object containing the address information for a socket. For UDP sockets, this object will contain address
, family
and port
properties.
socket.address()
Returns an object containing the address information for a socket. For UDP sockets, this object will contain address
, family
and port
properties.
Please login to continue.