CSocketAddr Class
This class provides methods for converting host names to host addresses, supporting both IPv4 and IPV6 formats.
class CSocketAddr
Remarks
This class provides an IP version agnostic approach for looking up network addresses for use with Windows sockets API functions and socket wrappers in libraries.
The members of this class that are used to look up network addresses use the Win32 API function getaddrinfo.
This class supports both IPv4 andIPv6 network addresses.
Requirements
Header: atlsocket.h