Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: TSocketConnection and Proxy...
| Subject: | Re: TSocketConnection and Proxy... |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 12 Feb 2007 12:44:29 |
"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