UdpClient::Active Property
.NET Framework (current version)
Gets or sets a value indicating whether a default remote host has been established.
Assembly: System (in System.dll)
Classes deriving from 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 Connect method. If you do establish a default remote host, you cannot specify a remote host in your call to Send.
.NET Framework
Available since 1.1
Available since 1.1
Show: