Примерное решение было найдено на форуме сайта http://borland.xportal.ru.
Окончательное решение было переработано из поста человека называющего себя
Devnvd(http://borland.xportal.ru/forum/profile.php?mode=viewprofile&u=306) и
выглядит так:
Edit1->Text="http://www.textcontrol.com/tx/images/logo.gif";
Edit2->Text="temp\\logo.gif";
TFileStream *responseStream=new TFileStream(Edit2->Text, fmCreate);
IdHTTP1->ProxyParams->ProxyServer="192.168.100.100";
IdHTTP1->ProxyParams->ProxyPort=3128;
IdHTTP1->Get(Edit1->Text, responseStream);
delete responseStream;
George Shalashkov 2:450/42.92
Предыдущий вопрос
|
|
Следующий вопрос
источник
by jenyok
|