mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Fixed SetProxy
This commit is contained in:
parent
2647cf14c5
commit
903299b580
@ -54,5 +54,5 @@ end;
|
||||
|
||||
procedure ps_SetProxy(Client : Integer; pHost, pPort : String); extdecl;
|
||||
begin
|
||||
CurrThread.MInternet.GetHTTPClient(client).SetProx y(pHost, pPort);
|
||||
CurrThread.MInternet.GetHTTPClient(client).SetProxy(pHost, pPort);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user