Proxy Question

Engine252

Regular
Joined
Jan 8, 2003
Messages
99
Hi
i would like to connect to a proxyserver
and then thru that proxy to an sntp server

i want to know if it 's possible and if so can enyone show me some example code or a link to a tutorial or something
 
This sets the program's proxy server to the current configuration of Internet Explorer
Visual Basic:
System.Net.GlobalProxySelection.Select = System.Net.WebProxy.GetDefaultProxy()
If you wish to use a different proxy just create a new WebProxy object and set it
 
Back
Top