I am working on a Java to C# conversion project. In this project, my custom java library uses java.net
packages DatagramPacket
and DatagramSocket
classes.
Are there similar classes in .NET C# with similar functionalities?
I am working on a Java to C# conversion project. In this project, my custom java library uses java.net
packages DatagramPacket
and DatagramSocket
classes.
Are there similar classes in .NET C# with similar functionalities?
I'm pretty sure there are. But why do you need them when you're converting FROM JAVA to C#?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.