Mono Class Library: System.Net.Sockets NamespaceSystem.Net.Sockets.MulticastOption Class |
See Also: MulticastOption Members
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
Collectively, the hosts listening to a specific IP multicast address (the group address) are called a multicast group. Each member of the group receives any IP messages sent to the group address.
An instance of this class is passed into the Socket.SetSocketOption(SocketOptionLevel, SocketOptionName, int) method and returned by the Socket.GetSocketOption(SocketOptionLevel, SocketOptionName) method when the optionName parameter is set to SocketOptionName.AddMembership or SocketOptionName.DropMembership.
[Edit]
Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0