C# 에서 인터넷 연결상태 확인하기.
방법은 간단하다.
public static bool IsConnectedToInternet()
{
return
System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable();
}
Designed by sketchbooks.co.kr / sketchbook5 board skin
Sketchbook5, 스케치북5
Sketchbook5, 스케치북5
Sketchbook5, 스케치북5
Sketchbook5, 스케치북5