SocketMeister 2.2.3
See the version list below for details.
dotnet add package SocketMeister --version 2.2.3
NuGet\Install-Package SocketMeister -Version 2.2.3
<PackageReference Include="SocketMeister" Version="2.2.3" />
paket add SocketMeister --version 2.2.3
#r "nuget: SocketMeister, 2.2.3"
// Install SocketMeister as a Cake Addin #addin nuget:?package=SocketMeister&version=2.2.3 // Install SocketMeister as a Cake Tool #tool nuget:?package=SocketMeister&version=2.2.3
Performant TCP socket server and client for .NET. Client features automated reconnect within single and multiple server environments.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SocketMeister:
Package | Downloads |
---|---|
RemoteHub.Lirc
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.6 | 283 | 1/2/2024 |
4.0.5 | 144 | 12/31/2023 |
4.0.4 | 462 | 1/6/2022 |
4.0.3 | 275 | 12/26/2021 |
4.0.2 | 397 | 6/9/2021 |
4.0.1 | 400 | 3/26/2021 |
4.0.0 | 383 | 3/15/2021 |
3.0.0 | 419 | 3/11/2021 |
2.2.5 | 398 | 3/11/2021 |
2.2.4 | 396 | 3/8/2021 |
2.2.3 | 428 | 3/6/2021 |
2.2.2 | 346 | 3/1/2021 |
2.2.1 | 386 | 2/24/2021 |
2.2.0 | 352 | 2/23/2021 |
2.0.7 | 404 | 1/20/2021 |
2.0.6 | 349 | 1/15/2021 |
2.0.5 | 442 | 10/7/2020 |
2.0.4 | 511 | 10/1/2020 |
2.0.3 | 424 | 10/1/2020 |
2.0.2 | 423 | 10/1/2020 |
2.0.0 | 478 | 5/6/2020 |
1.0.3 | 625 | 4/4/2019 |
1.0.2 | 585 | 4/2/2019 |
1.0.1 | 578 | 4/1/2019 |
1.0.0 | 589 | 3/28/2019 |
0.1.0-beta | 422 | 3/27/2019 |
Added compiler suppression codes for compiler warnings. SocketMeister runs on many versions of .NET and Visual Studio has different coding suggestions depending on the version. These suppressions aim to eliminate coding suggestions when you embed SocketMesiter source code in your own application (SocketMeister.Sources). There are several small fixes where fields should have been defined as read only. This release is code cosmetic. There are no logic changes or bug fixes.