DotNetty.Common-signed 0.3.2

.NET Framework 4.5
dotnet add package DotNetty.Common-signed --version 0.3.2
NuGet\Install-Package DotNetty.Common-signed -Version 0.3.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="DotNetty.Common-signed" Version="0.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetty.Common-signed --version 0.3.2
#r "nuget: DotNetty.Common-signed, 0.3.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.
// Install DotNetty.Common-signed as a Cake Addin
#addin nuget:?package=DotNetty.Common-signed&version=0.3.2

// Install DotNetty.Common-signed as a Cake Tool
#tool nuget:?package=DotNetty.Common-signed&version=0.3.2

DEPRECATED: use package without "-signed".
DotNetty is a port of netty framework. It is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on DotNetty.Common-signed:

Package Downloads
DotNetty.Buffers-signed

DEPRECATED: use package without "-signed". Byte buffers support for DotNetty.

DotNetty.Transport-signed

DEPRECATED: use package without "-signed". UDP and TCP SocketChannel implementations for DotNetty.

DotNetty.Codecs-signed

DEPRECATED: use package without "-signed". Common wire format codecs DotNetty.

DotNetty.Handlers-signed

DEPRECATED: use package without "-signed". TLS and other handler support DotNetty.

DotNetty.Codecs.Mqtt-signed

DEPRECATED: use package without "-signed". Mqtt codec support for DotNetty.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on DotNetty.Common-signed:

Repository Stars
Azure/connectthedots
Connect tiny devices to Microsoft Azure services to build IoT solutions
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
Azure-Samples/service-fabric-dotnet-iot
An end-to-end sample that demonstrates an IoT application combining Service Fabric with other Azure services.
Version Downloads Last updated
0.3.2 235,756 6/22/2016
0.3.1 20,258 6/2/2016
0.3.0 10,336 5/14/2016
0.2.6 2,676 4/28/2016
0.2.5 4,156 4/15/2016
0.2.3 48,261 2/10/2016
0.2.2 3,690 2/4/2016

- Better API alignment with final version of netty 4.1 (#125).
- Exposed API for flexible TlsHandler initialization (#132, #134).