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

Method set_send_timeout

src/common/WinInet.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void GlobalHandle::set_send_timeout(DWORD ms) {
45 InternetSetOption(m_handle.get(), INTERNET_OPTION_SEND_TIMEOUT, &ms, sizeof(DWORD));
46}
47
48void GlobalHandle::set_receive_timeout(DWORD ms) {
49 InternetSetOption(m_handle.get(), INTERNET_OPTION_RECEIVE_TIMEOUT, &ms, sizeof(DWORD));

Callers 1

create_global_handleMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected