Socket Addresses
Introduction
A socket address identifies the endpoint and type of a socket communication channel. A server process binds to an address and a client process connects to the server’s address. The Networking package socket address classes enable you to construct and work with socket addresses, even if you do not know their exact type.