Dec 25, 2003 #1 E 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
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
Dec 28, 2003 #2 A AndreRyan Junior Contributor Joined Jan 23, 2002 Messages 366 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
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