W WPCentral Question Jul 16, 2014 #1 I have developed an application on Windows phone 8 using C# and xaml of which I would like to check the server availability for every seconds? How can I write this code and what is the best way to do this?
I have developed an application on Windows phone 8 using C# and xaml of which I would like to check the server availability for every seconds? How can I write this code and what is the best way to do this?
E Expression2 New member Oct 2, 2013 79 0 0 Visit site Jul 17, 2014 #2 Well you could always use http requests and wait for responses then display the delay (latency) in milliseconds
Well you could always use http requests and wait for responses then display the delay (latency) in milliseconds