XAndroidSocket Socket封装,支持TCP/UDP客户端和服务端,支持自定义粘包处理、验证处理、解析处理。 使用 详见目录TCP/UDP使用demo 下的例子,使用简单。 其中只有TCP才支持支持粘包处理、验证处理、解析处理。 Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects
代码如下:Console.WriteLine(“This is a Client, host name is {0}”, Dns.GetHostName());//设置服务端终结点IPEndPoint ipe = new IPEndPoint(IPAddress.Parse(“127.0.0.1”), 8001);//创建与服务端连接的套接字,指定网络类型,数据连接类型和网络协议Socket ConnSocket = new Socket(AddressFamily.InterNetwork,