UdpAnnouncementEndpoint.MulticastAddress Property

Definition

Gets or sets the endpoint's multicast address.

public:
 property Uri ^ MulticastAddress { Uri ^ get(); void set(Uri ^ value); };
public Uri MulticastAddress { get; set; }
member this.MulticastAddress : Uri with get, set
Public Property MulticastAddress As Uri

Property Value

Uri

A Uri instance.

Remarks

The default value is DefaultIPv4MulticastAddress.

Applies to