mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
feat: add support for UdpClient in communication methods and implement GenericUdpClient class
This commit is contained in:
parent
beb77ec468
commit
c9f5af184b
4 changed files with 407 additions and 3 deletions
|
|
@ -56,6 +56,10 @@ namespace PepperDash.Core
|
|||
/// </summary>
|
||||
Udp,
|
||||
/// <summary>
|
||||
/// UDP client
|
||||
/// </summary>
|
||||
UdpClient,
|
||||
/// <summary>
|
||||
/// HTTP client
|
||||
/// </summary>
|
||||
Http,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue