DotNetty.Transport
0.2.3
.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DotNetty.Transport --version 0.2.3
NuGet\Install-Package DotNetty.Transport -Version 0.2.3
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.Transport" Version="0.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetty.Transport --version 0.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotNetty.Transport, 0.2.3"
#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.Transport as a Cake Addin
#addin nuget:?package=DotNetty.Transport&version=0.2.3
// Install DotNetty.Transport as a Cake Tool
#tool nuget:?package=DotNetty.Transport&version=0.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
UDP and TCP SocketChannel implementations for DotNetty.
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.
-
- DotNetty.Buffers (>= 0.2.3)
NuGet packages (74)
Showing the top 5 NuGet packages that depend on DotNetty.Transport:
Package | Downloads |
---|---|
DotNetty.Codecs
General purpose codecs for DotNetty |
|
DotNetty.Handlers
Application handlers for DotNetty |
|
DotNetty.Codecs.Mqtt
MQTT codec for DotNetty |
|
DotNetty.Transport.Libuv
Libuv transport model in DotNetty |
|
DotNetty.Codecs.Http
Http codec for DotNetty |
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on DotNetty.Transport:
Repository | Stars |
---|---|
Azure/iotedge
The IoT Edge OSS project
|
|
blizzless/blizzless-diiis
Fully-functional open-source server implementation for Diablo 3
|
|
ElderJames/shriek-fx
An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.
|
|
Coldairarrow/DotNettySocket
An Easy Socket(TcpSocket,WebSocket,UdpSocket) Framework Based On DotNetty
|
|
liuhll/silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
|
Version | Downloads | Last updated |
---|---|---|
0.7.5 | 32,050 | 8/31/2022 |
0.7.4 | 8,257 | 8/5/2022 |
0.7.2 | 101,758 | 3/2/2022 |
0.7.0 | 1,337,459 | 8/3/2021 |
0.6.0 | 6,032,989 | 10/8/2018 |
0.5.0 | 217,256 | 8/16/2018 |
0.4.8 | 480,144 | 5/4/2018 |
0.4.7 | 392,671 | 11/6/2017 |
0.4.6 | 291,693 | 8/2/2017 |
0.4.5 | 58,688 | 5/18/2017 |
0.4.4 | 159,931 | 3/31/2017 |
0.4.3 | 69,260 | 3/22/2017 |
0.4.2 | 6,930 | 2/9/2017 |
0.4.1 | 13,204 | 1/26/2017 |
0.4.0 | 4,632 | 11/25/2016 |
0.3.2 | 10,143 | 6/22/2016 |
0.3.1 | 2,468 | 6/2/2016 |
0.3.0 | 1,797 | 5/14/2016 |
0.2.6 | 1,986 | 4/28/2016 |
0.2.5 | 1,581 | 4/15/2016 |
0.2.3 | 2,283 | 2/10/2016 |
0.2.2 | 1,779 | 1/31/2016 |
0.2.1 | 1,637 | 12/9/2015 |
0.2.0 | 1,548 | 11/17/2015 |
0.1.3 | 1,989 | 9/27/2015 |
- Critical fix to handling of async operations when initiated from outside the event loop (#66).
- Fix to enable setting socket-related options through SetOption on Bootstrap (#68).
- build changes to allow signing assemblies