用PPC 模拟器 socket 连接 速度慢。
TcpClient Client = new TcpClient();
string ip = gncls.getXmlSettingValue(gncls.apppath() + @ "\Config.xml ", "program ", "ip ", " "); ;
int port = Convert.ToInt32(gncls.getXmlSettingValue(gncls.apppath() + @ "\Config.xml ", "program ", "port ", " "));
try
{
Client.Connect(ip, port);
MessageBox.Show( "连接成功: " , "税务新时空 ");
}
catch (Exception ex)
{
MessageBox.Show( "连接失败: " + ex.Message, "税务新时空 ");
return false;
}
用ppc 模拟器 通过虚拟网卡 连接到服务器 用以上代码 进行socket 连接 速度慢 要10秒左右才能通
------解决方案--------------------用web services试试啊
------解决方案--------------------高深了 帮顶
------解决方案--------------------学习
------解决方案--------------------应该是你的机器问题,模拟器还是比较消耗cpu的,反正我测试时不至于这样