Ping کردن یک کامپیوتر تحت شبکه
چهارشنبه 10 اردیبهشت 1393 4:46 PM
Ping کردن یک کامپیوتر تحت شبکه
using System.Net.NetworkInformation;
private void button2_Click(object sender, EventArgs e) { string remoteMachineNameOrIP = "127.0.0.1"; int timeOut = 5; Ping ping = new Ping(); // Pinging remote maching PingReply reply = ping.Send(remoteMachineNameOrIP, timeOut); // Displaying the result StringBuilder sb = new StringBuilder(); sb.Append("Address:" + reply.Address.ToString()); sb.Append("\nStatus:" + reply.Status.ToString()); sb.Append("\nRoundtripTime:" + reply.RoundtripTime.ToString()); MessageBox.Show(sb.ToString(), "Ping Result: " + remoteMachineNameOrIP); }
ترکی زبان قربون صدقه رفتنه داریم که: گوزلرین گیلهسین قاداسین آلیم که یعنی درد و بلای مردمک چشات به جونم …!.