Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: idfTP and Socks problem
| Subject: | Re: idfTP and Socks problem |
| Posted by: | "UlfH" (ulf_honkanen@nospam.umu.se) |
| Date: | Wed, 12 Dec 2007 21:55:47 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:47604679$1@newsgroups.borland.com...
>
>
> SetTransparenctProxy() calls Assign() when the source proxy (the
> TIdSocksInfo in this case) has no Owner assigned. TIdSocksInfo does
> implement the Assign() and AssignTo() methods to copy all of the relevant
> settings from one instance to another.
>
Yes, but this leaves the TrasparentProxy.Enable = false, which affects
procedure TIdIOHandlerStack.ConnectClient;
in the line 295, thuse, ignoring the TransparentProxy completly.