Mono Class Library: System.Net.Sockets.MulticastOption Overview | Members

System.Net.Sockets.MulticastOption.Group Property

Gets or sets the IP address of a multicast group. [Edit]

public System.Net.IPAddress Group { set; get; }

Value

An instance of System.Net.IPAddress containing the IP address of a multicast group. [Edit]

Remarks

Collectively, the hosts listening to a specific IP multicast address are called a multicast group. Each member of the group receives any IP messages sent to this address.

Note:

Valid IP addresses for multicast groups are in the range 224.0.0.0 to 239.255.255.255 with some addresses reserved for special purposes.

[Edit]

Requirements

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