A Microsoft.Extensions.Hosting extension that implements a HostedService that accepts Udp messages into UdpHandlers, abstracting away the socket layer.
Info
Version: | 0.1.0-ci0035 |
Author(s): | Beffyman |
Last Update: | Sunday, April 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Beffyman.UdpServer |
Install
Install-Package Beffyman.UdpServer
dotnet add package Beffyman.UdpServer
paket add Beffyman.UdpServer
Beffyman.UdpServer Download (Unzip the "nupkg" after downloading)
Dependencies
- Beffyman.UdpContracts(>= 0.1.00035)
- Microsoft.Extensions.Caching.Memory(>= 3.1.3)
- Microsoft.Extensions.Configuration.CommandLine(>= 3.1.3)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 3.1.3)
- Microsoft.Extensions.Configuration.Json(>= 3.1.3)
- Microsoft.Extensions.Hosting(>= 3.1.3)
- Microsoft.Extensions.Logging.Configuration(>= 3.1.3)
- Microsoft.Extensions.Logging.Console(>= 3.1.3)
- Microsoft.Extensions.Logging.Debug(>= 3.1.3)
- System.IO.Pipelines(>= 4.7.1)
- System.Threading.Channels(>= 4.7.0)