コード例 #1
0
ファイル: NetworkInterface.cs プロジェクト: rsumner31/corefx2
 public static bool GetIsNetworkAvailable()
 {
     return(NetworkInterfacePal.GetIsNetworkAvailable());
 }
コード例 #2
0
ファイル: NetworkInterface.cs プロジェクト: rsumner31/corefx2
 /// <summary>
 /// Returns objects that describe the network interfaces on the local computer.
 /// </summary>
 /// <returns>An array of all network interfaces on the local computer.</returns>
 public static NetworkInterface[] GetAllNetworkInterfaces()
 {
     return(NetworkInterfacePal.GetAllNetworkInterfaces());
 }