![]() |
• Network Manager | ||||||||||
|
API Links
Developer Links
|
class DomainNameResolverDefined in:
The C4Network.hDomainNameResolver class represents an in-progress domain name resolution.
Definition
Member Functions
Constructor
DomainNameResolver are created by the Network Manager.
Description
A DomainNameResolver object represents a pending request for a domain name resolution. A domain name resolution is initiated by calling the NetworkMgr::ResolveAddress function, which returns a pointer to a newly created DomainNameResolver object. When the domain name is resolved, the completion procedure is called and is passed an instance of the DomainNameResolver class. A subsequent call to the DomainNameResolver::GetAddress function retrieves the IP address corresponding to the domain name.
Base Classes
See Also
|