Mono Class Library: System.Net.Sockets.MulticastOption Overview | MembersSystem.Net.Sockets.MulticastOption Constructor |
Constructs and initializes a new instance of the System.Net.Sockets.MulticastOption class with the specified IP multicast group address. [Edit]
|
- grp
- An instance of System.Net.IPAddress containing the IP address of a multicast group. [Edit]
Type Reason ArgumentNullException group is null. [Edit]
This constructor initializes the MulticastOption.Group property of the new instance using group. The MulticastOption.LocalAddress property is initialized to System.Net.IPAddress.Any. Any allows the protocol to decide which local IP address to use. [Edit]
Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0