Notify about internet connection resume

  • Thread starter Thread starter Alexander Rudyk
  • Start date Start date
A

Alexander Rudyk

Hi all!

One question.
How my application can be notified
about internet connection break or resume.
I mean not dial-up connection.
What Windows API or .NET API I can
use for this problem.

Thanks.
 
Hi

The best way to check whether connection is available or not is to ping for response from a particular site (that site server should always be up like google) at regular intervals. There are some ways to check for values by querying some dlls but as far as i know they are not that reliable.
 
Back
Top