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

# HCHttpCallRequestGetRetryAllowed

> HCHttpCallRequestGetRetryAllowed

# HCHttpCallRequestGetRetryAllowed

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

## Syntax

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

### Parameters

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

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

*retryAllowed*   \_Out\_\
Type: bool\*

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

### Return value

Type: HRESULT

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

## Remarks

기본값은 true입니다.

## Requirements

**Header:** httpProvider.h

**Library:** libHttpClient.GDK.lib

## See also

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


## Related topics

- [HCHttpCallRequestSetRetryAllowed](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetretryallowed.md)
- [XblHttpCallRequestSetRetryAllowed](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetretryallowed.md)
- [HCHttpCallRequestGetRetryDelay](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetretrydelay.md)
- [HCHttpCallRequestGetRetryCacheId](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetretrycacheid.md)
- [HCHttpCallRequestSetRetryDelay](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetretrydelay.md)
