xcurl_global_resume
Resets the internal state of XCurl to allow HTTP requests when the game resumes.Syntax
Parameters
None.Return value
None.Remarks
Use this function after you have suspended sending HTTP requests by calling xcurl_global_suspend. When the game resumes, call this function to reset XCurl and to enable sending HTTP requests. Just as with WinHttp, you must clean up networking and HTTP handles upon receiving a suspend event.Requirements
Header: XCurl.h Library: xcurl.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XCurl OverviewHTTP and Web Sockets
curl
xcurl_global_suspend
