Test if the local computer is connected to the Internet

xiaoxiao2021-03-05  31

[DLLIMPORT ("Wininet.dll")] Private Extern Static Bool InternetGetConnectedState (Out Int ConnectionDescription, Int ReservedValue);

///

/// Retrieves the connection state of the local system.//////////////////////// Returns True if The IS An Internet Connection, OR FALSE OtherWise. Public Bool ISconnected () {int connectionDescription = 0; returnnetGetConnectedState (Out ConnectionDescription, 0);}

References: Microsoft Offline Application BlockwinineTectionStrategy.cs

转载请注明原文地址:https://www.9cbs.com/read-34184.html

New Post(0)