
c#网络通信
小唐@
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WebSocketServer使用
属于转载文档: 原创链接忘了1、引用程序包2、服务端代码using SuperSocket.SocketBase;using SuperSocket.WebSocket;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threadin...原创 2019-08-13 11:52:55 · 10785 阅读 · 0 评论 -
UdpClient类实例
UdpClient类的使用方法UdpClient 类的使用与标准的套接字流程基本一致,包括创建实例、收发数据和关闭1、服务器:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;nam...原创 2019-08-13 10:31:41 · 2566 阅读 · 0 评论