
SuperSocket
It&code
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SuperSocket_Implement Your AppServer and AppSession_03
What is AppSession? AppSession represents a logic socket connection, connection based operations should be defined in this class. You can use the instance of this class to send data to tcp clients, re...原创 2020-03-07 08:51:12 · 120 阅读 · 0 评论 -
SuperSocketDemo_02
第一步:新建一个console应用,然后导入一下引用: 第二步:代码如下 using SuperSocket.SocketBase; using SuperSocket.SocketBase.Protocol; using System; using System.Collections.Generic; using System.Linq; using System.Text; using S...原创 2020-03-07 08:10:57 · 421 阅读 · 0 评论 -
SuperSocket1.6_Study_01
SuperSocket Layers SuperSocket Object Model SuperSocket Request Handling Model SuperSocket Isolation Model原创 2020-03-07 07:59:33 · 237 阅读 · 0 评论