feat: add support for UdpClient in communication methods and implement GenericUdpClient class

This commit is contained in:
Jonathan Arndt 2026-05-01 14:29:54 -07:00
parent beb77ec468
commit c9f5af184b
4 changed files with 407 additions and 3 deletions

View file

@ -56,6 +56,10 @@ namespace PepperDash.Core
/// </summary>
Udp,
/// <summary>
/// UDP client
/// </summary>
UdpClient,
/// <summary>
/// HTTP client
/// </summary>
Http,