MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / DoCancel

Method DoCancel

Sources/Shared/IO/WebRequest.cpp:2210–2214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2208 }
2209
2210 void WebRequestWinHTTP::DoCancel()
2211 {
2212 WinHTTP::WinHttpCloseHandle(_request);
2213 _request = nullptr;
2214 }
2215
2216 WebResponseWinHTTP::WebResponseWinHTTP(WebRequestWinHTTP& request)
2217 : WebResponseImpl(request), _requestHandle(request.GetHandle()), _contentLength(0)

Callers

nothing calls this directly

Calls 1

CancelRequestMethod · 0.80

Tested by

no test coverage detected