Internet connection
-
how can we detect from inside of our own program that internet connection is now active or not?
TcpClient has a Connected property. Is that what you are looking for?
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
-
how can we detect from inside of our own program that internet connection is now active or not?
You can call this native function: InternetCheckConnection[^]
The difficult we do right away... ...the impossible takes slightly longer.
-
how can we detect from inside of our own program that internet connection is now active or not?
Fred 34 wrote:
how can we detect from inside of our own program that
internet connection is now active or not?For business applications I doubt that is generally useful. Might never be useful. You don't care if the "internet" is available. What you care about is if a service is available.
-
how can we detect from inside of our own program that internet connection is now active or not?
Just try accessing whatever it is you need to access. Nothing else matters.