48 WinHttpCloseHandle(
m_h);
Base abstract template class to support generic object handle keeping.
Definition Common.h:983
handle_type m_h
Object handle.
Definition Common.h:1237
HTTP handle wrapper class.
Definition WinHTTP.h:25
virtual ~http()
Closes a handle to the HTTP.
Definition WinHTTP.h:34
void free_internal() noexcept override
Closes a handle to the HTTP.
Definition WinHTTP.h:46
#define WINSTD_HANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition Common.h:163
static const HINTERNET invalid
Invalid handle value.
Definition Common.h:993