> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# xcurl_global_resume

> xcurl_global_resume

# xcurl\_global\_resume

게임이 재개될 때 HTTP 요청을 허용하도록 XCurl의 내부 상태를 재설정합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
void xcurl_global_resume(
)
```

<a id="parametersSection" />

### 매개 변수

없음.

<a id="retvalSection" />

### 반환 값

없음.

<a id="remarksSection" />

## 설명

<Warning>2021년 4월 GDK부터 일시 중단(suspend) 및 재개(resume)는 XCurl 내부에서 자동으로 처리됩니다. 이
함수는 여전히 호출해도 안전하지만 no-op입니다. 아래 설명은 2021년 4월 GDK 이전 버전에만
적용됩니다.</Warning>

이 함수는 [xcurl\_global\_suspend](/reference/networking/xcurl/functions/xcurl_global_suspend)를 호출하여 HTTP 요청 전송을 일시 중단한 후에 사용하세요.

게임이 재개될 때 이 함수를 호출하여 XCurl을 재설정하고 HTTP 요청 전송을 다시 활성화합니다.

WinHttp와 마찬가지로, 일시 중단 이벤트를 받으면 네트워킹 및 HTTP 핸들을 정리해야 합니다.

<a id="requirementsSection" />

## 요구 사항

**헤더:** XCurl.h

**라이브러리:** xcurl.lib

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 함께 보기

[XCurl 개요](/build/console-features/networking/web-requests/intro-xcurl)\
[HTTP 및 웹 소켓](/build/console-features/networking/web-requests/http-networking)\
[curl](https://curl.se/)\
[xcurl\_global\_suspend](/reference/networking/xcurl/functions/xcurl_global_suspend)


## Related topics

- [xcurl_global_suspend](/ko/reference/networking/xcurl/functions/xcurl_global_suspend.md)
- [xcurl_global_init_mem](/ko/reference/networking/xcurl/functions/xcurl_global_init_mem.md)
- [xCurl 개요](/ko/build/console-features/networking/web-requests/intro-xcurl.md)
- [WdResumeRemoteGame](/ko/reference/remoting/functions/wdresumeremotegame.md)
- [IXtfApplicationClient::Resume](/ko/reference/tools/xtf/xtfapplication/classes/IXtfApplicationClient/methods/resume-ixtfapplicationclient-xtfapplication-xbox-microsoft-m.md)
