Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/string/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Delphi TIdHTTP:为HTTP请求选择传出IP?_Delphi_Ip_Indy_Idhttp - Fatal编程技术网

Delphi TIdHTTP:为HTTP请求选择传出IP?

Delphi TIdHTTP:为HTTP请求选择传出IP?,delphi,ip,indy,idhttp,Delphi,Ip,Indy,Idhttp,我有一台有几个不同静态IP的机器。是否可以通过TIdHTTP(Indy)为HTTP请求选择传出IP地址?较新版本的Indy具有BoundIP idHttp1.BoundIP := '144.33.34.212'; TNetHTTPClient中是否有其他选择?

我有一台有几个不同静态IP的机器。是否可以通过
TIdHTTP
(Indy)为HTTP请求选择传出IP地址?

较新版本的Indy具有
BoundIP

idHttp1.BoundIP := '144.33.34.212';

TNetHTTPClient中是否有其他选择?