Mono Class Library: System.Net.IPAddress Overview | Members

System.Net.IPAddress.Broadcast Field

Provides the IP broadcast address. [Edit]

public static readonly IPAddress Broadcast

Remarks

This field is read-only.

This is equivalent to IPAddress.IPAddress (0x00000000FFFFFFFF) and represents the address 255.255.255.255.

This value is used to simultaneously address every host on the network.

Note:

Multiple fields are defined for this IP address based on prior art. This field is identical to IPAddress.None.

[Edit]

Requirements

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