Gets or sets the underlying network System.Net.Sockets.Socket.
Documentation for this section has not yet been entered.
System.Net.Sockets.UdpClient creates a System.Net.Sockets.Socket used to send and receive data over a network. Classes deriving from System.Net.Sockets.UdpClient can use this property to get or set this System.Net.Sockets.Socket. Use the underlying System.Net.Sockets.Socket returned from UdpClient.Client if you require access beyond that which System.Net.Sockets.UdpClient provides. You can also use UdpClient.Client to set the underlying System.Net.Sockets.Socket to an existing System.Net.Sockets.Socket. This is useful if you want to take advantage of the simplicity of System.Net.Sockets.UdpClient using a pre-existing System.Net.Sockets.Socket.