G
Guest
Hi,
From a desktop application, i want to check if an internet connection exist.
Many articles use the win api "InternetGetConnectedState", but it is no sure
thing.
I can check it by calling a site an wait for an exception but it will cost
me time (till the exception will occure)
By using .NET object and methods, how can i check it?
Thanks
From a desktop application, i want to check if an internet connection exist.
Many articles use the win api "InternetGetConnectedState", but it is no sure
thing.
I can check it by calling a site an wait for an exception but it will cost
me time (till the exception will occure)
By using .NET object and methods, how can i check it?
Thanks