SecurityManager.CheckMulticast 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.
Overloads
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
- 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
- ttl
- SByte
- 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.