51 if (value < 0 || value > 16777215)
89 if (interfaceIndex < 0 || interfaceIndex > 16777215)
94 ifIndex = interfaceIndex;
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
MulticastOption(IPAddress group, IPAddress mcint)
Initializes a new instance of the T:System.Net.Sockets.MulticastOption class with the specified IP mu...
static readonly IPAddress Any
Provides an IP address that indicates that the server must listen for client activity on all network ...
The exception that is thrown when the value of an argument is outside the allowable range of values a...
IPAddress LocalAddress
Gets or sets the local address associated with a multicast group.
Provides an Internet Protocol (IP) address.
MulticastOption(IPAddress group)
Initializes a new version of the T:System.Net.Sockets.MulticastOption class for the specified IP mult...
Contains T:System.Net.IPAddress values used to join and drop multicast groups.
MulticastOption(IPAddress group, int interfaceIndex)
Initializes a new instance of the T:System.Net.Sockets.MulticastOption class with the specified IP mu...
IPAddress Group
Gets or sets the IP address of a multicast group.
int InterfaceIndex
Gets or sets the index of the interface that is used to send and receive multicast packets.