AltarNet3 3.1.0
See the version list below for details.
dotnet add package AltarNet3 --version 3.1.0
NuGet\Install-Package AltarNet3 -Version 3.1.0
<PackageReference Include="AltarNet3" Version="3.1.0" />
paket add AltarNet3 --version 3.1.0
#r "nuget: AltarNet3, 3.1.0"
// Install AltarNet3 as a Cake Addin #addin nuget:?package=AltarNet3&version=3.1.0 // Install AltarNet3 as a Cake Tool #tool nuget:?package=AltarNet3&version=3.1.0
AltarNet3 (or AN3 for short) is a library that facilitate the creation of TCP servers/clients, along with UDP.
It comes with a powerful FTP manager, taking advantage of .NET 4.5's new asynchronous pattern (Async/Await), featuring cancellable requests and download/upload progress monitoring.
Also comes with a 'single instance' and a 'thread safety' helper.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
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.
3.1.0.0 :
- Added SSL support for TCP server and client.
- Improved somewhat the performances while accepting clients as a server.
- Added an optional client count limitation on a server.
- Added overrideable equivalents of all events (i.e. Inherit TcpServerHandler, then override the method OnConnect).
- Added a simple HTTP server handler.
- Various cleaning and minimal perf improvement.