DatagramSocketImpl.Join(InetAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Join the multicast group.
[Android.Runtime.Register("join", "(Ljava/net/InetAddress;)V", "GetJoin_Ljava_net_InetAddress_Handler")]
protected abstract void Join (Java.Net.InetAddress? inetaddr);
[<Android.Runtime.Register("join", "(Ljava/net/InetAddress;)V", "GetJoin_Ljava_net_InetAddress_Handler")>]
abstract member Join : Java.Net.InetAddress -> unit
Parameters
- inetaddr
- InetAddress
multicast address to join.
- Attributes
Exceptions
if an error occurs while joining the specified multicast group.
Remarks
Join the multicast group.
Java documentation for java.net.DatagramSocketImpl.join(java.net.InetAddress)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.