文件名称:Check Your Internet Connection With C#
文件大小:3KB
文件格式:TXT
更新时间:2012-03-18 06:25:22
Check Your Internet Connection With
How to check if your computer is connected to the internet with C#. It's much more easier that other tutorials I've seen in other sites. In deed, we're going to use a simple API function InternetGetConnectedState, to return a boolean variable.