GenuineChannels 2.5.9.11

dotnet add package GenuineChannels --version 2.5.9.11
NuGet\Install-Package GenuineChannels -Version 2.5.9.11
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="GenuineChannels" Version="2.5.9.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GenuineChannels --version 2.5.9.11
#r "nuget: GenuineChannels, 2.5.9.11"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.5.9.11 13,759 11/21/2018
2.5.9.10 1,844 4/30/2018
2.5.9.9 4,598 12/11/2016

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.