UdpClient::MulticastLoopback Property
.NET Framework (current version)
Gets or sets a Boolean value that specifies whether outgoing multicast packets are delivered to the sending application.
Assembly: System (in System.dll)
Multicast is a scalable method for many-to-many communication on the Internet. If a process subscribes to a multicast address, any packets sent by that process are received by every other process that has subscribed to the multicast address.
The following code example shows the use of the MulticastLoopback property.
.NET Framework
Available since 2.0
Available since 2.0
Show: