method
net.BoundSocket.address
Returns the bound local address. When bound with port: 0, port is the OS-assigned ephemeral port.
@returns
An object with address, family, and port properties, as server.address() returns.
method
Returns the bound local address. When bound with port: 0, port is the OS-assigned ephemeral port.
An object with address, family, and port properties, as server.address() returns.