I am trying to create an IoT program on a RaspberryPi3 to receive data over an ethernet connection, display the values on a screen, and update continuously. I am having problems getting the UdpClient class to be recognized. I have the "using" statement for System.Net and System.Net.Sockets but it st...