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?

Code:
Inet1.RemoteHost = "217.172.56.131"
Inet1.RemotePort = "86"
Do I need to use inet1.Proxy?

Thanks