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: | Thu, 13 Dec 2007 01:29:34 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:47606881$1@newsgroups.borland.com...
>
> "UlfH" <Ulf_Honkanen@nospam.umu.se> wrote in message
> news:47604ad3@newsgroups.borland.com...
>
> When SetTransparentProxy() is passed a proxy with no Owner, it makes a new
> instance of the proxy class type (a new TIdSocksInfo instance in this
> case),
No. It makes an instance of TIdCustomTransparentProxyClass, which doesn't
override GetEnabled.