Hi, I'm trying to create a program that goes to a website through a proxy. I'm using Inet. Is this the correct code?
Do I need to use inet1.Proxy?Code:Inet1.RemoteHost = "217.172.56.131"
Inet1.RemotePort = "86"
Thanks
Printable View
Hi, I'm trying to create a program that goes to a website through a proxy. I'm using Inet. Is this the correct code?
Do I need to use inet1.Proxy?Code:Inet1.RemoteHost = "217.172.56.131"
Inet1.RemotePort = "86"
Thanks
I think you have to set the AccessType to: icNamedProxy. I think the proxy field is in the format of "123.123.123.123:8080", or IP:Port.
I don't think you need to set the RemoteHost/RemotePort properties, but I could be wrong.
Try searching on www.pscode.com/vb for "inet proxy" or www.google.com for "vb6 -.net inet proxy" or on these forums.