UdpClient
UdpClient Overview
This object belongs to the System.Net.Sockets namespace, and allows an application to communciate with another application using the UDP protocol. The UDP protocol will not be explained in detail here, nor will the IP protocol which UDP is an extension of.
Usage (Theory)
Using the UdpClient to communicate is fairly straightforward, and is comprised of a few steps.
Steps (Server):
1) Create the UdpClient(s).
2)