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

# XblHttpCallRequestSetRetryAllowed

> XblHttpCallRequestSetRetryAllowed

# XblHttpCallRequestSetRetryAllowed

이 HTTP 호출에서 재시도가 허용되는지 여부를 설정합니다.

## 구문

```cpp theme={null}
HRESULT XblHttpCallRequestSetRetryAllowed(  
         XblHttpCallHandle call,  
         bool retryAllowed  
)  
```

### 매개 변수

*call*   \_In\_\
형식: [XblHttpCallHandle](/reference/live/xsapi-c/http_call_c/handles/xblhttpcallhandle)

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

*retryAllowed*   \_In\_\
형식: bool

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

### 반환값

형식: HRESULT

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

## 설명

기본값은 true입니다. 이는 [XblHttpCallPerformAsync](/reference/live/xsapi-c/http_call_c/functions/xblhttpcallperformasync)를 호출하기 전에 호출해야 합니다.

## 요구 사항

**헤더:** http\_call\_c.h

**라이브러리:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 참고 항목

[http\_call\_c](/reference/live/xsapi-c/http_call_c/http_call_c_members)


## Related topics

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