DotNetty.Common-signed
0.3.2
dotnet add package DotNetty.Common-signed --version 0.3.2
NuGet\Install-Package DotNetty.Common-signed -Version 0.3.2
<PackageReference Include="DotNetty.Common-signed" Version="0.3.2" />
paket add DotNetty.Common-signed --version 0.3.2
#r "nuget: DotNetty.Common-signed, 0.3.2"
// 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 |
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.
|
- Better API alignment with final version of netty 4.1 (#125).
- Exposed API for flexible TlsHandler initialization (#132, #134).