Dec 25, 2003 #1 E Engine252 Well-known member 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 Well-known member Joined Jan 23, 2002 Messages 366 This sets the programs proxy server to the current configuration of Internet Explorer Code: 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 programs proxy server to the current configuration of Internet Explorer Code: 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