Documentation for this section has not yet been entered.
Classes deriving from System.Net.Sockets.UdpClient can use this property to determine if a default remote host has been established. You can establish a default remote host by using the appropriate constructor or by calling the UdpClient.Connect(string, int) method. If you do establish a default remote host, you cannot specify a remote host in your call to UdpClient.Send(Byte[], int, System.Net.IPEndPoint).