System.Net.Sockets.UdpClient.Active Property

Gets or sets a value indicating whether a default remote host has been established.

Syntax

protected bool Active { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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).

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0