摘要: using System;using System.IO;using System.Diagnostics;public static bool Ping(string remoteHost) { bool Flag = false; Process proc = new Process(); try { proc.StartInfo.FileName = "cmd.exe... 阅读全文
posted @ 2007-02-09 13:11 RobotTech 阅读(671) 评论(0) 推荐(0)
摘要: System.Configuration.AppSettingsReader configurationAppSettings = new System.Configuration.AppSettingsReader();ServerIP = configurationAppSettings.GetValue("ServerIP",typeof(string)).ToString();Server... 阅读全文
posted @ 2007-02-09 13:10 RobotTech 阅读(1780) 评论(0) 推荐(0)