Home
last modified time | relevance | path

Searched refs:websocketProxy (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp1087 HttpProxy websocketProxy; in GetWebsocketProxyInfo() local
1088 NetConnClient::GetInstance().GetDefaultHttpProxy(websocketProxy); in GetWebsocketProxyInfo()
1089 host = websocketProxy.GetHost(); in GetWebsocketProxyInfo()
1090 port = websocketProxy.GetPort(); in GetWebsocketProxyInfo()
1091 exclusions = CommonUtils::ToString(websocketProxy.GetExclusionList()); in GetWebsocketProxyInfo()