2014年3月18日
摘要: public class TestConnect { string hostIp = ""; int port = 3314; public string recMsg = ""; Socket socketC = null; private readonly ManualResetEvent TimeoutObject = new ManualResetEvent(false); public TestConnect(string hostIp, int port) { ... 阅读全文
posted @ 2014-03-18 11:20 NLazyo 阅读(4829) 评论(0) 推荐(0) 编辑