ATL Server Library Reference 
CAtlHttpClient 

A synonym for a class that provides HTTP client support based on the CAtlHttpClientT class.

typedef CAtlHttpClientT<ZEvtSyncSocket> CAtlHttpClient;
Remarks

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.

Requirements

Header: atlhttp.h

See Also

Concepts

HTTP Client Services

Other Resources

ATL Server Reference
ATL Server Typedefs
HTTP Client Reference

Tags :


Page view tracker