MembershipKey.Unblock(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.
Unblock multicast datagrams from the given source address that was
previously blocked using the #block(InetAddress) block
method.
[Android.Runtime.Register("unblock", "(Ljava/net/InetAddress;)Ljava/nio/channels/MembershipKey;", "GetUnblock_Ljava_net_InetAddress_Handler", ApiSince=26)]
public abstract Java.Nio.Channels.MembershipKey? Unblock (Java.Net.InetAddress? source);
[<Android.Runtime.Register("unblock", "(Ljava/net/InetAddress;)Ljava/nio/channels/MembershipKey;", "GetUnblock_Ljava_net_InetAddress_Handler", ApiSince=26)>]
abstract member Unblock : Java.Net.InetAddress -> Java.Nio.Channels.MembershipKey
Parameters
- source
- InetAddress
The source address to unblock
Returns
This membership key
- Attributes
Remarks
Unblock multicast datagrams from the given source address that was previously blocked using the #block(InetAddress) block
method.
Java documentation for java.nio.channels.MembershipKey.unblock(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.