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

# HCWebSocketGetProxyUri

> HCWebSocketGetProxyUri

# HCWebSocketGetProxyUri

WebSocket의 프록시 URI를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT HCWebSocketGetProxyUri(  
         HCWebsocketHandle websocket,  
         const char** proxyUri  
)  
```

### Parameters

*websocket*   \_In\_\
Type: HCWebsocketHandle

WebSocket의 핸들입니다.

*proxyUri*   \_Out\_\
Type: char\*\*

WebSocket의 UTF-8로 인코딩된 프록시 URI입니다.

### Return value

Type: HRESULT

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

## Requirements

**Header:** httpProvider.h

**Library:** libHttpClient.GDK.lib

## See also

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


## Related topics

- [HCWebSocketSetProxyUri](/ko/reference/live/httpclient/httpclient/functions/hcwebsocketsetproxyuri.md)
- [HCWebSocketSetProxyDecryptsHttps](/ko/reference/live/httpclient/httpclient/functions/hcwebsocketsetproxydecryptshttps.md)
- [HCWebSocketCreate](/ko/reference/live/httpclient/httpclient/functions/hcwebsocketcreate.md)
- [HCWebSocketConnectAsync](/ko/reference/live/httpclient/httpclient/functions/hcwebsocketconnectasync.md)
- [HCGetWebSocketFunctions](/ko/reference/live/httpclient/httpprovider/functions/hcgetwebsocketfunctions.md)
