GenuineChannels 2.5.9.11
dotnet add package GenuineChannels --version 2.5.9.11
NuGet\Install-Package GenuineChannels -Version 2.5.9.11
<PackageReference Include="GenuineChannels" Version="2.5.9.11" />
paket add GenuineChannels --version 2.5.9.11
#r "nuget: GenuineChannels, 2.5.9.11"
// Install GenuineChannels as a Cake Addin #addin nuget:?package=GenuineChannels&version=2.5.9.11 // Install GenuineChannels as a Cake Tool #tool nuget:?package=GenuineChannels&version=2.5.9.11
Genuine Channels is a high-end transport environment accessible through .NET Remoting and Direct eXchange Manager (DXM) API. Besides offering steady connections in any environment thanks to configurable reconnect feature, Genuine Channels support communication with clients located behind firewalls, NAT and proxy servers (including those requiring authorization). Data encryption managed by security sessions and data compression without installing sinks provide for both easier coding and fast and secure client-server communication.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. 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 was computed. net48 was computed. net481 was computed. |
-
- Zyan.SafeDeserializationHelpers (>= 0.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
What's new:
v2.5.9.11:
— Fixed IPv6 host name URL encoding according to RFC 6874
— Fixed assembly file version resource to match the Nuget package version
v2.5.9.10:
— IPv6 support (.NET Framework version 3.5 and 4.6 only)
— Optional TCP port sharing
— Optional TCP dual socket mode will enable both IPv4 and IPv6 for the socket listener (Vista and Longhorn above only)
— BinaryFormatter security fixes (dangerous delegates, unguarded DataSet and WindowsIdentity deserialization)
— Using built-in compression classes instead of the external ICSharpCode.SharpZipLib.dll library
— Dropped support for .NET Framework 3.0 and below
v2.5.9.9:
— This is the initial release of the MIT-licensed open-source version of GenuineChannels.