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

# HCHttpCallRequestGetTimeoutWindow

> HCHttpCallRequestGetTimeoutWindow

# HCHttpCallRequestGetTimeoutWindow

HTTP 타임아웃 창을 초 단위로 설정합니다.

## Syntax

```cpp theme={null}
HRESULT HCHttpCallRequestGetTimeoutWindow(  
         HCCallHandle call,  
         uint32_t* timeoutWindowInSeconds  
)  
```

### Parameters

*call*   \_In\_opt\_\
Type: HCCallHandle

HTTP 호출의 핸들입니다. 이후 호출에 대한 기본값을 가져오려면 nullptr을 전달합니다.

*timeoutWindowInSeconds*   \_Out\_\
Type: uint32\_t\*

타임아웃 창(초 단위)입니다.

### Return value

Type: HRESULT

이 API 작업의 결과 코드입니다. 가능한 값은 S\_OK, E\_INVALIDARG 또는 E\_FAIL입니다.

## Remarks

이 값은 idempotent 서비스 호출이 실패하기 전에 재시도를 시도하는 데 소요되는 시간을 제어합니다.<br /> 기본값은 20초입니다.<br /><br /> 네트워크 오류가 발생하거나 서버가 다음 HTTP 상태 코드 중 하나로 응답하는 경우 idempotent 서비스 호출이 재시도됩니다:<br /> 408 (Request Timeout)<br /> 429 (Too Many Requests)<br /> 500 (Internal Server Error)<br /> 502 (Bad Gateway)<br /> 503 (Service Unavailable)<br /> 504 (Gateway Timeout)<br />

## Requirements

**Header:** httpProvider.h

**Library:** libHttpClient.GDK.lib

## See also

[httpProvider](/reference/live/httpclient/httpprovider/httpprovider_members)


## Related topics

- [HCHttpCallRequestSetTimeoutWindow](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsettimeoutwindow.md)
- [HCHttpCallRequestGetTimeout](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgettimeout.md)
- [HCHttpCallRequestGetRetryDelay](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetretrydelay.md)
- [HCHttpCallRequestSetTimeout](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsettimeout.md)
- [XblContextSettingsGetHttpTimeoutWindow](/ko/reference/live/xsapi-c/xbox_live_context_settings_c/functions/xblcontextsettingsgethttptimeoutwindow.md)
