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

# HCHttpCallRequestGetTimeout

> HCHttpCallRequestGetTimeout

# HCHttpCallRequestGetTimeout

이 HTTP 호출의 타임아웃을 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT HCHttpCallRequestGetTimeout(  
         HCCallHandle call,  
         uint32_t* timeoutInSeconds  
)  
```

### Parameters

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

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

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

이 HTTP 호출의 타임아웃입니다.

### Return value

Type: HRESULT

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

## Remarks

기본값은 30초입니다.

## Requirements

**Header:** httpProvider.h

**Library:** libHttpClient.GDK.lib

## See also

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


## Related topics

- [HCHttpCallRequestGetTimeoutWindow](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgettimeoutwindow.md)
- [HCHttpCallRequestSetTimeout](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsettimeout.md)
- [HCHttpCallRequestSetTimeoutWindow](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsettimeoutwindow.md)
- [HCHttpCallRequestGetRetryDelay](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetretrydelay.md)
- [HCHttpCallRequestGetUrl](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgeturl.md)
