PDA

Click to See Complete Forum and Search --> : Proxy Server


Bloged
May 28th, 2001, 06:15 AM
He Everyone,

Now I have Winsock, only I use a proxy server!

How can I make the program to use a proxy server, instead of the normal direct connection?!

Grtz,

Bloged

jjortiz
May 28th, 2001, 07:35 PM
The Winsock Control has a property for the Proxy. You should just be able to give it the Proxy IP address.

Bloged
May 29th, 2001, 02:25 AM
He jjortiz

I'll look for it, when found i'll post a reply...

Do you know how or is it something like Winsock1.proxy = "[ip]", where [ip] is the ip address of the proxy.

Grtz & thnx,

Bloged

jjortiz
May 29th, 2001, 06:26 PM
winsock1.proxy = ip

Bloged
May 30th, 2001, 02:24 AM
That ain't it cause when I try that this error comes up:


Compile error:

Method or data member not found


Then it highlights the Bold thing

Winsock1.Proxy

Grtz,

Bloged

Bloged
May 30th, 2001, 04:20 AM
Ok now I'm connected to my proxy server,

next problem, how to tell my proxy server that I need to connect to a server (rs.internic.net) so I can comunicate with that server...

Grtz,

Bloged