show/hide this revision's text 2 added tag
show/hide this revision's text 1

How to tell if connected to internet

I wish to write a windows app which does something when I become disconnected from the internet. I was thinking of writing a very simple C#/Delphi app which simply polls every 20 seconds to see if I'm still connected.

If I have to poll I'd really like a solution other than trying to download a web page from the net. I can't assume that a download attempt failing means "not online" since there may be other apps eating up the internet bandwidth. Plus I'm sure constantly connecting/downloading from a particular site is going to get my IP blocked.

I'm sure there's a way to tell if you're online without downloading/connecting to a remote server but I'm not sure how.