> ## 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 呼び出しで再試行が許可されているかどうかを取得します。

## 構文

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

### パラメーター

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

HTTP 呼び出しのハンドル。今後の呼び出しの既定値を取得するには nullptr を渡します。

*retryAllowed*   \_Out\_\
型: bool\*

この HTTP 呼び出しで再試行が許可されているかどうか。

### 戻り値

型: HRESULT

この API 操作の結果コード。取り得る値は S\_OK、E\_INVALIDARG、または E\_FAIL です。

## 解説

既定は true です。

## 要件

**ヘッダー:** httpProvider.h

**ライブラリ:** libHttpClient.GDK.lib

## 関連項目

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


## Related topics

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