UdpClient.JoinMulticastGroup Method
.NET Framework 4
Adds a UdpClient to a multicast group.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
JoinMulticastGroup(IPAddress) | Adds a UdpClient to a multicast group. |
|
JoinMulticastGroup(Int32, IPAddress) | Adds a UdpClient to a multicast group. |
|
JoinMulticastGroup(IPAddress, Int32) | Adds a UdpClient to a multicast group with the specified Time to Live (TTL). |
|
JoinMulticastGroup(IPAddress, IPAddress) | Adds a UdpClient to a multicast group. |