Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void GlobalHandle::set_receive_timeout(DWORD ms) {
49
InternetSetOption(m_handle.get(), INTERNET_OPTION_RECEIVE_TIMEOUT, &ms, sizeof(DWORD));
50
}
51
52
UrlHandle::~UrlHandle() {
53
if (m_handle.get())
Callers
1
create_global_handle
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected