Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: idfTP and Socks problem
| Subject: | Re: idfTP and Socks problem |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 12 Dec 2007 12:35:50 |
"UlfH" <Ulf_Honkanen@nospam.umu.se> wrote in message
news:4760444a$1@newsgroups.borland.com...
> Sorry, but it DOES a difference. It shouldn't but it does. Loo at....
>
> procedure TIdIOHandlerSocket.SetTransparentProxy(AProxy :
> TIdCustomTransparentProxy);
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.
Gambit