Contains System.Net.IPAddress values used to join and drop multicast groups.
See Also: MulticastOption Members
Use a System.Net.Sockets.MulticastOption to store the System.Net.IPAddress of a multicast group you want to join or drop. Use the Socket.SetSocketOption(SocketOptionLevel, SocketOptionName, int) method with the following parameters to join a multicast group.
socketOptionLevel | |
socketOptionName | |
object |
Use SocketOptionName.DropMembership to drop a multicast group.