日期:2014-05-17 浏览次数:21058 次
//异步的方式获取客户端连接. var client= ar.AsyncState as Socket; //我可以知道IP以及端口号. var ipport = client.RemoteEndPoint.ToString();