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

属性

注釈

ネットワーク インターフェイスが "up" とマークされ、ループバックまたはトンネル インターフェイスでない場合、ネットワーク接続は使用可能と見なされます。

適用対象