
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 · 114 阅读 · 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 · 412 阅读 · 0 评论 -
SuperSocket1.6_Study_01
SuperSocket LayersSuperSocket Object ModelSuperSocket Request Handling ModelSuperSocket Isolation Model原创 2020-03-07 07:59:33 · 229 阅读 · 0 评论