SecurityManager.CheckMulticast Method

Definition

Overloads

CheckMulticast(InetAddress)
CheckMulticast(InetAddress, SByte)
Obsolete.

CheckMulticast(InetAddress)

[Android.Runtime.Register("checkMulticast", "(Ljava/net/InetAddress;)V", "GetCheckMulticast_Ljava_net_InetAddress_Handler")]
public virtual void CheckMulticast (Java.Net.InetAddress? maddr);
[<Android.Runtime.Register("checkMulticast", "(Ljava/net/InetAddress;)V", "GetCheckMulticast_Ljava_net_InetAddress_Handler")>]
abstract member CheckMulticast : Java.Net.InetAddress -> unit
override this.CheckMulticast : Java.Net.InetAddress -> unit

Parameters

maddr
InetAddress
Attributes

Remarks

Java documentation for java.lang.SecurityManager.checkMulticast(java.net.InetAddress, byte).

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.

Applies to

CheckMulticast(InetAddress, SByte)

Caution

deprecated

[Android.Runtime.Register("checkMulticast", "(Ljava/net/InetAddress;B)V", "GetCheckMulticast_Ljava_net_InetAddress_BHandler")]
[System.Obsolete("deprecated")]
public virtual void CheckMulticast (Java.Net.InetAddress? maddr, sbyte ttl);
[<Android.Runtime.Register("checkMulticast", "(Ljava/net/InetAddress;B)V", "GetCheckMulticast_Ljava_net_InetAddress_BHandler")>]
[<System.Obsolete("deprecated")>]
abstract member CheckMulticast : Java.Net.InetAddress * sbyte -> unit
override this.CheckMulticast : Java.Net.InetAddress * sbyte -> unit

Parameters

maddr
InetAddress
ttl
SByte
Attributes

Remarks

Java documentation for java.lang.SecurityManager.checkMulticast(java.net.InetAddress, byte).

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.

Applies to