Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 245 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 245 Bytes

Network Detection Sample

git clone 
dotnet restore
dotnet run

or if using VSCode press F5

This sample uses System.Net.NetworkInformation API's to detect network availability

Network Detection