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

# XblHttpCallRequestSetRequestBodyString

> XblHttpCallRequestSetRequestBodyString

# XblHttpCallRequestSetRequestBodyString

HTTP 호출의 요청 본문 문자열을 설정합니다.

## 구문

```cpp theme={null}
HRESULT XblHttpCallRequestSetRequestBodyString(  
         XblHttpCallHandle call,  
         const char* requestBodyString  
)  
```

### 매개 변수

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

HTTP 호출의 핸들입니다.

*requestBodyString*   \_In\_z\_\
형식: char\*

HTTP 호출의 UTF-8 인코딩된 요청 본문 문자열입니다.

### 반환값

형식: HRESULT

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

## 설명

이는 [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

- [HCHttpCallRequestSetRequestBodyString](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetrequestbodystring.md)
- [XblHttpCallRequestSetRequestBodyBytes](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetrequestbodybytes.md)
- [HCHttpCallRequestSetRequestBodyReadFunction](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetrequestbodyreadfunction.md)
- [HCHttpCallRequestGetRequestBodyString](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetrequestbodystring.md)
- [HCHttpCallRequestSetRequestBodyBytes](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetrequestbodybytes.md)
