is there a way I can proxify my application's connection to the internet??
I came accross System.Net.WebProxy. Here is what I have with it so far:
Dim pr As New System.Net.WebProxy(proxy)
Can I set the value of proxy to equal something like 127.0.1.2:80 or do I need to split it into the address and port?
Also how do I force my application to connect to the internet through that proxy? Because this is ithe part that is really baffeling me.
Is that possible?
Thanks

New Topic/Question
This topic is locked




MultiQuote




|