Skip to main content

method Socket.prototype.address

#Socket.prototype.address(): AddressInfo | { }

Returns the bound address, the address family name and port of the socket as reported by the operating system:{ port: 12346, family: 'IPv4', address: '127.0.0.1' }

Return Type #

你找到了你需要的东西吗?

隐私政策