Node.js tlsSocket.address() Method
The tlsSocket.address() method is an inbuilt application programming interface of class TLSSocket within tls module which is used to get the bound address, the address family name, and the port of the underlying socket. Syntax: const tlsSocket.address() Parameters: This method does not accept any pa