共用方式為


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

屬性

備註

如果有任何網路介面標示為「向上」且不是回送或通道介面,則會將網路連線視為可用。

適用於