Info
Version: | 1.2.0 |
Author(s): | pranitg |
Last Update: | Monday, May 30, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/InternetConnectionChecker2 |
Install
Install-Package InternetConnectionChecker2
dotnet add package InternetConnectionChecker2
paket add InternetConnectionChecker2
InternetConnectionChecker2 Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
StartInternetCheck() is exposed method to check internet connection every second and log it if disconnected.
CheckIfInternetConnected() is another method to check if internet is connected only once.
Returns flag.
1. It verifies whether internet is connected every 1 second.
2.
It also logs the error in file at location C:\InternetCheck\InternetConnectionLog.txt only if the internet is disconnect any moment.