摘要: 下面是服务器端代码:// Learn more about F# at http://fsharp.net// See the 'F# Tutorial' project for more help.open System.Net.Socketsopen System.Netopen System.IOopen Systemopen System.Collections.Generictype System.Net.Sockets.TcpListener with member this.AsyncAcceptTcpClient() = Async.FromBeginEnd(. 阅读全文
posted @ 2012-12-28 15:36 ZackZhou 阅读(529) 评论(0) 推荐(0) 编辑