Hi,
TsgcWebSocketClient with TsgcWSAPI_SocketIO don't work behind proxy.
Watchdog from TsgcWebSocketClient work behind proxy with this properties
Client.Proxy.Username := '';
Client.Proxy.Password := '';
Client.Proxy.ProxyType := pxyHTTP;
Client.Proxy.Host := 192.168.3.60;
Client.Proxy.Port := 8080;
But TsgcWS_API_SocketIO on DoGetSession call oHTTP.Get(DoGetSessionURL, oStream); without parameter proxy into her Client when is TsgcWebSocketClient
TsgcWebSocketClient with TsgcWSAPI_SocketIO don't work behind proxy.
Watchdog from TsgcWebSocketClient work behind proxy with this properties
Client.Proxy.Username := '';
Client.Proxy.Password := '';
Client.Proxy.ProxyType := pxyHTTP;
Client.Proxy.Host := 192.168.3.60;
Client.Proxy.Port := 8080;
But TsgcWS_API_SocketIO on DoGetSession call oHTTP.Get(DoGetSessionURL, oStream); without parameter proxy into her Client when is TsgcWebSocketClient