首页

C# socket网络编程tcp udp都支持收发任意数据

c#

2020-12-22

这是一个调用sharpsocket类库的例子。这个库用起来很简单,性能稳定快速,支持tcp和udp收发任意数据,我之前项目里用过。这里分享下demo。

资源下载此资源下载价格为2D币(VIP免费),请先
资源文件列表
SharpSocket V2.8.3 Trial/API帮助文档/SharpSocket.chm , 323595
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/CoreDll/codemap.dat , 843
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/CoreDll/global_history.dat , 304
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/CoreDll/workbench.dat , 211
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/TCPBinaryClient/codemap.dat , 851
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/TCPBinaryClient/global_history.dat , 312
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/TCPBinaryClient/workbench.dat , 219
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/TCPBinaryServer/codemap.dat , 3638
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/TCPBinaryServer/global_history.dat , 1250
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/Supercharger/TCPBinaryServer/workbench.dat , 219
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/TCP收发二进制数据/v15/.suo , 80896
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/TCP收发二进制数据/v15/Server/sqlite3/db.lock , 0
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/TCP收发二进制数据/v15/Server/sqlite3/storage.ide , 4096
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/TCP收发二进制数据/v15/Server/sqlite3/storage.ide-shm , 32768
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/.vs/TCP收发二进制数据/v15/Server/sqlite3/storage.ide-wal , 745752
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/CoreDll/BinaryFormatHelper.cs , 442
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/CoreDll/CoreDll.csproj , 2450
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/CoreDll/MessageHead.cs , 1376
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/CoreDll/MessageType.cs , 499
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/CoreDll/Properties/AssemblyInfo.cs , 1321
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/CoreDll/RequestFormat.cs , 721
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/CoreDll/ResponseFormat.cs , 1452
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/CoreDll/SerializeHelper.cs , 1236
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/Dll/SGSupport.dll , 1544192
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/Dll/SGSupport64.dll , 2619392
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/Dll/SharpSocket.chm , 323595
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/Dll/SharpSocket.dll , 312320
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/Dll/SharpSocket.pdb , 364032
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/Dll/SharpSocket.xml , 33008
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/CoreDll.dll , 6656
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/CoreDll.pdb , 26112
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/SGSupport.dll , 1544192
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/SGSupport64.dll , 2619392
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/SharpSocket.dll , 312320
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/SharpSocket.pdb , 364032
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/SharpSocket.xml , 33008
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/TCPBinaryClient.exe , 13312
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/bin/Debug/TCPBinaryClient.pdb , 24064
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Form1.cs , 4909
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Form1.Designer.cs , 9581
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Form1.resx , 5817
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Program.cs , 476
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Properties/AssemblyInfo.cs , 1329
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Properties/Resources.Designer.cs , 2865
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Properties/Resources.resx , 5612
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Properties/Settings.Designer.cs , 1115
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/Properties/Settings.settings , 249
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryClient/TCPBinaryClient.csproj , 3794
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/CoreDll.dll , 6656
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/CoreDll.pdb , 26112
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/SGSupport.dll , 1544192
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/SGSupport64.dll , 2619392
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/SharpSocket.dll , 312320
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/SharpSocket.pdb , 364032
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/SharpSocket.xml , 33008
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/TCPBinaryServer.exe , 16896
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/bin/Debug/TCPBinaryServer.pdb , 28160
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Form1.cs , 8195
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Form1.Designer.cs , 16073
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Form1.resx , 6012
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Program.cs , 476
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Properties/AssemblyInfo.cs , 1329
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Properties/Resources.Designer.cs , 2865
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Properties/Resources.resx , 5612
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Properties/Settings.Designer.cs , 1115
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/Properties/Settings.settings , 249
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCPBinaryServer/TCPBinaryServer.csproj , 3794
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/TCP收发二进制数据.sln , 2664
SharpSocket V2.8.3 Trial/demo示例/TCPBinaryDemo/说明.txt , 460
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/Supercharger/TCPTextClient/codemap.dat , 5157
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/Supercharger/TCPTextClient/global_history.dat , 10394
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/Supercharger/TCPTextClient/workbench.dat , 217
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/Supercharger/TCPTextServer/codemap.dat , 5877
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/Supercharger/TCPTextServer/global_history.dat , 2402
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/Supercharger/TCPTextServer/workbench.dat , 217
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/TCP收发文本数据/v15/.suo , 45056
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/TCP收发文本数据/v15/Server/sqlite3/db.lock , 0
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/TCP收发文本数据/v15/Server/sqlite3/storage.ide , 40960
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/TCP收发文本数据/v15/Server/sqlite3/storage.ide-shm , 32768
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/.vs/TCP收发文本数据/v15/Server/sqlite3/storage.ide-wal , 4120032
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/Dll/SGSupport.dll , 1544192
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/Dll/SGSupport64.dll , 2619392
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/Dll/SharpSocket.chm , 323595
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/Dll/SharpSocket.dll , 312320
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/Dll/SharpSocket.pdb , 364032
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/Dll/SharpSocket.xml , 33008
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/bin/Debug/SGSupport.dll , 1544192
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/bin/Debug/SGSupport64.dll , 2619392
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/bin/Debug/SharpSocket.dll , 312320
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/bin/Debug/SharpSocket.pdb , 364032
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/bin/Debug/SharpSocket.xml , 33008
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/bin/Debug/TCPTextClient.exe , 12800
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/bin/Debug/TCPTextClient.pdb , 22016
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Form1.cs , 3786
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Form1.Designer.cs , 9223
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Form1.resx , 5817
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Program.cs , 476
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Properties/AssemblyInfo.cs , 1327
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Properties/Resources.Designer.cs , 2866
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Properties/Resources.resx , 5612
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Properties/Settings.Designer.cs , 1113
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/Properties/Settings.settings , 249
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextClient/TCPTextClient.csproj , 3581
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/bin/Debug/SGSupport.dll , 1544192
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/bin/Debug/SGSupport64.dll , 2619392
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/bin/Debug/SharpSocket.dll , 312320
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/bin/Debug/SharpSocket.pdb , 364032
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/bin/Debug/SharpSocket.xml , 33008
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/bin/Debug/TCPTextServer.exe , 18944
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/bin/Debug/TCPTextServer.pdb , 28160
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Form1.cs , 8365
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Form1.Designer.cs , 21013
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Form1.resx , 6011
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Program.cs , 476
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Properties/AssemblyInfo.cs , 1327
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Properties/Resources.Designer.cs , 2866
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Properties/Resources.resx , 5612
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Properties/Settings.Designer.cs , 1113
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/Properties/Settings.settings , 249
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCPTextServer/TCPTextServer.csproj , 3581
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCP收发文本数据.sln , 1342
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/TCP文本模式下示例.suo , 29184
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/WebSocketClient/WebSocketClient.html , 3713
SharpSocket V2.8.3 Trial/demo示例/TCPTextDemo/说明.txt , 436
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/CoreDll/codemap.dat , 14511
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/CoreDll/global_history.dat , 7444
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/CoreDll/workbench.dat , 211
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/UDPClient/codemap.dat , 7332
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/UDPClient/global_history.dat , 7011
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/UDPClient/workbench.dat , 213
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/UDPServer/codemap.dat , 6917
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/UDPServer/global_history.dat , 8192
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/Supercharger/UDPServer/workbench.dat , 213
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/UDPDemo/v15/.suo , 62976
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/UDPDemo/v15/Server/sqlite3/db.lock , 0
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/UDPDemo/v15/Server/sqlite3/storage.ide , 540672
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/UDPDemo/v15/Server/sqlite3/storage.ide-shm , 32768
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/.vs/UDPDemo/v15/Server/sqlite3/storage.ide-wal , 4124152
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/CoreDll/CoreDll.csproj , 2453
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/CoreDll/MessageHead.cs , 1378
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/CoreDll/MessageType.cs , 560
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/CoreDll/Properties/AssemblyInfo.cs , 1321
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/CoreDll/RequestFormatt.cs , 890
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/CoreDll/ResponseFormat.cs , 1482
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/CoreDll/SerializeHelper.cs , 1412
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/CoreDll/StreamContractHelper.cs , 439
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/Dll/SGSupport.dll , 1544192
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/Dll/SGSupport64.dll , 2619392
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/Dll/SharpSocket.chm , 323595
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/Dll/SharpSocket.dll , 312320
SharpSocket V2.8.3 Trial/demo示例/UDPDemo/Dll/SharpSocket.pdb , 364032
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录