UdpSocket support for C#

I am using Haxe 4.0.0-rc2, is it possible to support UdpSocket natively when targeting c#?
It works well when targeting cpp and hashlink

Is it also support for python and PHP? I don’t get the idea why UdpSocket.hx native implementation cannot be found in haxe/std?

I can implement myself if I can find some similar native implementation in other target.

I think it should be possible, it was just never implemented. I think it should be fairly easy to implement it using the standard .NET APIs, so if you’ll be doing that, please contribute it in a PR to the Haxe repo! :slight_smile: