A synonym for a class that provides HTTP client support based on the CAtlHttpClientT class.
typedef CAtlHttpClientT<ZEvtSyncSocket> CAtlHttpClient;
CAtlHttpClientT, which provides HTTP client services, requires as a template argument the name of a class that provides basic network socket functionality. The CAtlHttpClient typedef specializes the CAtlHttpClientT class template with a class that provides default network socket functionality.
Header: atlhttp.h
Concepts
HTTP Client Services
Other Resources
ATL Server Reference
ATL Server Typedefs
HTTP Client Reference