CSocketAddr Class
This class provides methods for converting host names to host addresses, supporting both IPv4 and IPV6 formats.
class CSocketAddr
Members
Public Constructors
Name |
Description |
---|---|
The constructor. |
Public Methods
Name |
Description |
---|---|
Call this method to convert the provided host name to the host address. |
|
Call this method to convert the IPv4 host name to the host address. |
|
Call this method to convert the IPv6 host name to the host address. |
|
Call this method to return a pointer to a specific element in the addrinfo list. |
|
Call this method to return a pointer to the addrinfo list. |
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