SocketMeister.Sources 4.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package SocketMeister.Sources --version 4.1.2
                    
NuGet\Install-Package SocketMeister.Sources -Version 4.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SocketMeister.Sources" Version="4.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SocketMeister.Sources" Version="4.1.2" />
                    
Directory.Packages.props
<PackageReference Include="SocketMeister.Sources" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SocketMeister.Sources --version 4.1.2
                    
#r "nuget: SocketMeister.Sources, 4.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SocketMeister.Sources&version=4.1.2
                    
Install SocketMeister.Sources as a Cake Addin
#tool nuget:?package=SocketMeister.Sources&version=4.1.2
                    
Install SocketMeister.Sources as a Cake Tool

Please visit the SocketMeister project website on GitHub for detailed documentation and C# examples to get you quickly up an running.

SocketMeister is a socket library for solutions requiring persistent, fault tolerant, multiple endpoint TCP/IP connectivity. It is easy to use, high throughput and multithreaded. SocketMeister can scale from a single socket server to a farm of server instances.

The SocketMeister SocketClient provides fault tolerance by automatically reconnecting in the event of connection failure and in environment where multiple servers are deployed (For example, for redundancy and/or high workload), SocketMeister Client will automatically round-robin until a server is found.

The SocketMeister SocketServer provides a simple framework whereby messages and requests (messages expecting a response) are presented in thread independent events. Your code sits cleanly in the event handler, where it can read an array of parameters sent by the client and execute your business logic. In the case of a request, your code can provide a response, which is automatically returned to the client. SocketMeister supports binary arrays, strings and most simple data types. It you enable optional compression, data is seamlessly compressed and decompressed using a high throughput compression algorithm.

SocketMeister NuGet Packages

SocketMeister SocketClient works with many .NET framework versions, from .NET 3.5 to .NET 9

SocketMeister SocketServer is included in DLLs compiled with .NET framework 4.0 and above.

There are 2 active NuGet packages available:

  1. The SocketMeister NuGet package contains a single DLL for .NET Frameworks from .NET 3.5 to .NET 9. The SocketMeister SocketClient in included in all frameworks but the SocketServer component is not available in .NET 3.5.

  2. The SocketMeister.Sources NuGet package contains the C# source files for SocketMeister, enabling you to embed SocketMeister in your own project EXE or DLL. This eliminates the need to ship the SocketMeister DLL with your product. Simply add the SocketMeister.Sources NuGet package to your Visual Studio project and a folder containing the code will be added to the project.

SocketMeister for Silverlight is no longer maintained.

The SocketMeister.Silverlight version is no longer maintained since version 4.0.4 but is compatible with later versions of the SocketMeister SocketServer class in later versions of major version 4.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.2.7 58 5/3/2025
10.2.6 73 4/26/2025
10.2.5 62 4/26/2025
10.2.4 151 4/19/2025
10.2.3 188 4/14/2025
10.2.2 156 4/2/2025
10.2.1 150 4/2/2025
10.2.0 139 3/31/2025
10.1.0 143 3/31/2025
10.0.3 122 3/27/2025
10.0.2 125 3/27/2025
10.0.1 123 3/26/2025
10.0.0 123 3/26/2025
5.0.0-alpha1 134 3/18/2025
4.1.5 165 3/11/2025
4.1.2 103 12/30/2024
4.1.1 91 12/28/2024
4.1.0 92 12/26/2024
4.0.6 284 1/2/2024
4.0.4 439 1/6/2022
4.0.3 419 7/4/2021
4.0.2 405 6/9/2021
4.0.1 431 3/26/2021
4.0.0 417 3/15/2021
3.0.1 488 3/11/2021
3.0.0 515 3/11/2021
2.2.5 394 3/11/2021
2.2.4 416 3/8/2021
2.2.3 470 3/6/2021
2.2.2 405 3/1/2021
2.2.1 435 2/24/2021
2.2.0 438 2/23/2021
2.0.7 442 1/20/2021
2.0.6 460 1/15/2021
2.0.5 562 10/7/2020
2.0.4 615 10/1/2020
2.0.1 518 5/8/2020
2.0.0 497 5/6/2020
1.0.3 1,197 4/4/2019
1.0.1 705 4/1/2019
1.0.0 668 3/29/2019

Fixed bug when closing client connection buit not closing application