Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: TSocketConnection and Proxy...
| Subject: | Re: TSocketConnection and Proxy... |
| Posted by: | "Beto Neto" (nospam@domain.com) |
| Date: | Tue, 13 Feb 2007 08:53:39 |
Can I use a proxy with socks4 or socks5?
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> escreveu na mensagem
news:45d0d1c8$1@newsgroups.borland.com...
>
> "Beto Neto" <nospam@domain.com> wrote in message
> news:45d0b5ca@newsgroups.borland.com...
>
>> How can I specify the proxy port at TWebConnection???!!!!
>
> The same way you specify a port number in any URL, ie:
>
> WebConnection1.Proxy := '"http=http://theproxyserver
>
>
> Gambit