I'm currently using Socket class on both server and client to establish udp connection, right now it is working very well but I saw there was another way of using udp sockets, the UdpClient class. My question is what should I use for 3d multiplayer game? Is it affects performance? etc..... Thanks in advance!