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

# HCHttpCallRequestSetRetryAllowed

> HCHttpCallRequestSetRetryAllowed

# HCHttpCallRequestSetRetryAllowed

이 HTTP 호출에 대한 재시도 허용 여부를 설정합니다.

## 구문

```cpp theme={null}
HRESULT HCHttpCallRequestSetRetryAllowed(  
         HCCallHandle call,  
         bool retryAllowed  
)  
```

### 매개 변수

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

HTTP 호출의 핸들입니다. 향후 호출의 기본값을 설정하려면 nullptr을 전달합니다.

*retryAllowed*   \_In\_\
Type: bool

이 HTTP 호출에 대해 재시도가 허용되는지 여부입니다.

### 반환 값

Type: HRESULT

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

## 설명

기본값은 true입니다. 이 함수는 HCHttpCallPerformAsync를 호출하기 전에 호출해야 합니다.

## 요구 사항

**헤더:** httpClient.h

**라이브러리:** libHttpClient.GDK.lib

## 함께 보기

[httpClient](/reference/live/httpclient/httpclient/httpclient_members)


## Related topics

- [XblHttpCallRequestSetRetryAllowed](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetretryallowed.md)
- [HCHttpCallRequestGetRetryAllowed](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetretryallowed.md)
- [HCHttpCallRequestSetRetryDelay](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetretrydelay.md)
- [HCHttpCallRequestSetRetryCacheId](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetretrycacheid.md)
- [XblHttpCallRequestSetRetryCacheId](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetretrycacheid.md)
