SecurityManager.CheckMulticast Method

Definition

Overloads

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

This member is deprecated.

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

The multicast Internet address whose access is being checked.

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

This member is 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

The multicast Internet address whose access is being checked.

ttl
SByte

The time-to-live value for the multicast operation.

Attributes

Remarks

This member is deprecated. use #checkMulticast(java.net.InetAddress) instead.

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