SuperSocket.ClientEngine
0.8.0.13
See the version list below for details.
dotnet add package SuperSocket.ClientEngine --version 0.8.0.13
NuGet\Install-Package SuperSocket.ClientEngine -Version 0.8.0.13
<PackageReference Include="SuperSocket.ClientEngine" Version="0.8.0.13" />
paket add SuperSocket.ClientEngine --version 0.8.0.13
#r "nuget: SuperSocket.ClientEngine, 0.8.0.13"
// Install SuperSocket.ClientEngine as a Cake Addin #addin nuget:?package=SuperSocket.ClientEngine&version=0.8.0.13 // Install SuperSocket.ClientEngine as a Cake Tool #tool nuget:?package=SuperSocket.ClientEngine&version=0.8.0.13
It's a .NET socket tool which can simplify the socket client developing
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net20 is compatible. net35 was computed. net35-client is compatible. net40 was computed. net40-client is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Silverlight | sl5 is compatible. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.3
- System.Collections.Specialized (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.Security (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
-
All Frameworks
- SuperSocket.ProtoBase (= 1.7.0.17)
-
Silverlight 5.0
- Portable.BouncyCastle-Signed (>= 1.7.0.2)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on SuperSocket.ClientEngine:
Package | Downloads |
---|---|
OpenfinDesktop
OpenFin Desktop Runtime .NET Adapter |
|
HComm
Hantas tool device communication library |
|
HCommPro
Hantas ParaMon Pro-X device communication library |
|
Howell.SuperSocket.Extensions
Package Description |
|
SuperSocketRRPCClient
修改异步请求互相等待的BUG |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SuperSocket.ClientEngine:
Repository | Stars |
---|---|
jianjipan/MES
这是一个用C#写的MES系统 ,用到了supersocket通信框架,以及WPF技术
|
Version | Downloads | Last updated |
---|---|---|
0.10.0 | 436,524 | 1/31/2018 |
0.9.0 | 8,192 | 11/26/2017 |
0.8.0.14 | 1,756 | 10/18/2017 |
0.8.0.13 | 2,795 | 9/5/2017 |
0.8.0.12 | 3,592 | 6/8/2017 |
0.8.0.11 | 1,494 | 5/29/2017 |
0.8.0.10 | 1,505 | 5/4/2017 |
0.8.0.8 | 5,424 | 12/30/2016 |
0.8.0.7 | 7,693 | 8/27/2016 |
0.8.0.6 | 3,850 | 8/24/2016 |
0.8.0.5 | 1,238 | 8/24/2016 |
0.8.0.4 | 1,312 | 8/22/2016 |
0.8.0.3 | 1,425 | 8/11/2016 |
0.8.0.2 | 1,390 | 8/5/2016 |
0.8.0.1 | 1,328 | 8/5/2016 |
0.7.1 | 1,314 | 8/5/2016 |
0.7.0.2 | 1,645 | 8/4/2016 |
0.7.0.1 | 3,399 | 1/7/2016 |
0.7.0 | 1,444 | 1/6/2016 |
0.6.0.4 | 1,782 | 12/4/2015 |
0.6.0.3 | 1,470 | 11/21/2015 |
0.6.0.2 | 1,459 | 11/15/2015 |
0.6.0.1 | 1,417 | 11/15/2015 |
0.6.0 | 1,515 | 11/15/2015 |
1) improved the TLS support for proxy;
2) exposed direct socket access for EasyClient;
3) made the EasyClient instance can work in the case of reconnecting;
4) removed the libraries of WP and Xamarin from the nuget packag because they both can use .netstandard version.