> ## 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

Restablece el estado interno de XCurl para permitir solicitudes HTTP cuando el juego se reanuda.

<a id="syntaxSection" />

## Sintaxis

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

<a id="parametersSection" />

### Parámetros

Ninguno.

<a id="retvalSection" />

### Valor devuelto

Ninguno.

<a id="remarksSection" />

## Comentarios

<Warning>A partir del GDK de abril de 2021, la suspensión y la reanudación ahora se controlan automáticamente de forma interna dentro de XCurl. Sigue
siendo seguro llamar a esta función, pero no realiza ninguna operación. Los comentarios siguientes solo se aplican a las versiones del GDK anteriores al
GDK de abril de 2021.</Warning>

Use esta función después de haber suspendido el envío de solicitudes HTTP llamando a [xcurl\_global\_suspend](/reference/networking/xcurl/functions/xcurl_global_suspend).

Cuando el juego se reanude, llame a esta función para restablecer XCurl y habilitar el envío de solicitudes HTTP.

Al igual que con WinHttp, debe limpiar los identificadores de red y HTTP al recibir un evento de suspensión.

<a id="requirementsSection" />

## Requisitos

**Encabezado:** XCurl.h

**Biblioteca:** xcurl.lib

**Plataformas compatibles:** Windows, consolas de la familia XBOX One y consolas XBOX Series

<a id="seealsoSection" />

## Consulte también

[Información general de XCurl](/build/console-features/networking/web-requests/intro-xcurl)\
[HTTP y Web Sockets](/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](/es/reference/networking/xcurl/functions/xcurl_global_suspend.md)
- [xcurl_global_init_mem](/es/reference/networking/xcurl/functions/xcurl_global_init_mem.md)
- [Información general de xCurl](/es/build/console-features/networking/web-requests/intro-xcurl.md)
- [Determinación de la configuración regional y el idioma de la consola](/es/build/game-principles/localization/determining-console-locale.md)
- [Introducción a las redes del Microsoft Game Development Kit](/es/build/console-features/networking/introduction-networking.md)
