mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 09:12:19 -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;
|
procedure ps_SetProxy(Client : Integer; pHost, pPort : String); extdecl;
|
||||||
begin
|
begin
|
||||||
CurrThread.MInternet.GetHTTPClient(client).SetProx y(pHost, pPort);
|
CurrThread.MInternet.GetHTTPClient(client).SetProxy(pHost, pPort);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user