Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがインターネットに接続しているかどうかを確認するにはどうすればよいですか? サービスを使用するプログラムがあり、最初に確認したい
ありがとう
http://www.diaryofaninja.com/blog/2010/12/09/checking-for-network-connectivity-in-windows-phone-7-sdkに見られるように:
if (NetworkInterface.GetIsNetworkAvailable()) { }
正しい方法である必要があります。