MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / set_receive_timeout

Method set_receive_timeout

src/common/WinInet.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void GlobalHandle::set_receive_timeout(DWORD ms) {
49 InternetSetOption(m_handle.get(), INTERNET_OPTION_RECEIVE_TIMEOUT, &ms, sizeof(DWORD));
50}
51
52UrlHandle::~UrlHandle() {
53 if (m_handle.get())

Callers 1

create_global_handleMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected