System.Net.Sockets.UdpClient.MulticastLoopback Property

Gets or sets a bool value that specifies whether outgoing multicast packets are delivered to the sending application.

Syntax

public bool MulticastLoopback { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0