SharpSocket_2.8.1_Trial

所属分类:网络编程
开发工具:C#
文件大小:9385KB
下载次数:23
上传日期:2019-03-06 22:35:26
上 传 者会飞的小狗
说明:  C#里边要实现Socket网络编程,实现tcp和udp协议收发任意的数据,比如二进制的图片、音频、视频等数据,或者是xml,json,字符串等文本数据。我们可以采用.NET自带的类库编写,但是由于这些类库只是基础的设施,需要自行处理比如断线重连、网络波动、tcp粘包等等问题,并且还要考虑稳定性和吞吐等因素,所以可以调用一些类库。 这里介绍一个比较稳定可靠,又接口简单的sdk类库。名字叫SharpSocket。附件就是一个完整的例子,可以快速知道如何使用。
(C# implements socket network programming, TCP and UDP protocols to send and receive arbitrary data, such as binary images, audio, video and other data, or xml, json, string and other text data. We can write class libraries with. NET, but because these class libraries are only basic facilities, they need to deal with such problems as disconnection, network fluctuation, TCP sticking and so on, and also consider stability and throughput, so we can call some class libraries. This paper introduces a relatively stable and reliable SDK class library with simple interface. The name is SharpSocket. Attachments are a complete example of how to use them quickly.)

文件列表:
SharpSocket_2.8.1_Trial (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\BinaryFormatHelper.cs (442, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\CoreDll.csproj (2450, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\MessageHead.cs (1376, 2019-02-25)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\MessageType.cs (499, 2019-02-25)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\Properties (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\Properties\AssemblyInfo.cs (1321, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\RequestFormat.cs (721, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\ResponseFormat.cs (1452, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\CoreDll\SerializeHelper.cs (1236, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\Dll (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\Dll\SGSupport.dll (937984, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\Dll\SharpSocket.chm (323565, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\Dll\SharpSocket.dll (310272, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\Dll\SharpSocket.xml (33008, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\Dll\常见问题解答.txt (1871, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin\Debug (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin\Debug\CoreDll.dll (6656, 2019-03-01)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin\Debug\CoreDll.pdb (26112, 2019-03-01)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin\Debug\SGSupport.dll (937984, 2019-02-25)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin\Debug\SharpSocket.dll (310272, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin\Debug\SharpSocket.xml (33008, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin\Debug\TCPBinaryClient.exe (13312, 2019-03-01)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\bin\Debug\TCPBinaryClient.pdb (24064, 2019-03-01)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Form1.cs (4909, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Form1.Designer.cs (9581, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Form1.resx (5817, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Program.cs (476, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Properties (0, 2019-03-02)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Properties\AssemblyInfo.cs (1329, 2019-02-28)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Properties\Resources.Designer.cs (2865, 2019-02-25)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Properties\Resources.resx (5612, 2019-02-25)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Properties\Settings.Designer.cs (1115, 2019-02-25)
SharpSocket_2.8.1_Trial\Demo\TCPBinaryDemo\TCPBinaryClient\Properties\Settings.settings (249, 2019-02-25)
... ...

欢迎试用SharpSocket,稳定高效的C# Socket通信类库! 所有Demo请使用VS2010打开。 1、TCPBinaryDemo:演示如何使用SharpSocket,建立TCP方式收发二进制数据,比如音频,视频,图片等。 2、TCPTextDemo: 演示如何使用SharpSocket,建立TCP方式收发文本数据,比如XML,JSON,普通文本信息等。 3、UDPDemo:演示如何使用SharpSocket,建立UDP方式收发UDP数据。 试用版有时间限制,如果库文件过期,可以到官网重新下载SharpSocket的库文件,替换demo中同名的文件,然后重新编译即可。 --------------------深果,让C#开发更快更简单!--------------------------- 深果官网: http://www.zzsgzn.com SharpSocket官网: http://sharpsocket.zzsgzn.com

近期下载者

相关文件


收藏者