随笔分类 - UDPTCP(.NET)
摘要:转自:https://blog.csdn.net/zhujunxxxxx/article/details/44258719 1)服务端 2)客户端 3)消息类 4)服务端信息类 using System;using System.Collections.Generic;using System.Li
阅读全文
摘要:本文服务端客户端封装代码转自https://blog.csdn.net/zhujunxxxxx/article/details/44258719,并作了简单的修改。 1)服务端 此类主要处理服务端相关消息 using System;using System.Collections.Generic;u
阅读全文
摘要:tcp udp均可以用来网络通信,在使用之前建议先搜索一下相关网络连接的基本知识,可以更好的理解和使用,tcp建议看下如下文章:https://blog.csdn.net/chuangsun/article/details/67640242,建议多搜一下多看看。 直接上正文。。。。。。。。。。。。。
阅读全文