NetworkInterface.GetIsNetworkAvailable 方法

定义

指示是否有任何可用的网络连接。

public:
 static bool GetIsNetworkAvailable();
public static bool GetIsNetworkAvailable ();
[System.Runtime.Versioning.UnsupportedOSPlatform("illumos")]
[System.Runtime.Versioning.UnsupportedOSPlatform("solaris")]
public static bool GetIsNetworkAvailable ();
static member GetIsNetworkAvailable : unit -> bool
[<System.Runtime.Versioning.UnsupportedOSPlatform("illumos")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("solaris")>]
static member GetIsNetworkAvailable : unit -> bool
Public Shared Function GetIsNetworkAvailable () As Boolean

返回

如果网络连接可用,则为 true;否则为 false

属性

注解

如果任何网络接口标记为“启动”且不是环回接口或隧道接口,则认为网络连接可用。

适用于