Hi,
Just a quick question about proxy support.

I know how to request a HTTP page through a proxy server, you simply connect to the proxy server and give a full GET request, rather that just the path to the file.

GET www.mysite.com/files/mypage.htm

rather than the usual:
GET /files/mypage.htm

But what about non-HTTP requests?
How can I connect to a port of my choice on a remote server, using a protocol of my choice?

thanks