언어

SocketImpl.InterfaceConsts.IpMulticastIf2 필드

정의

주의

This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.

위와 동일합니다.

[Android.Runtime.Register("IP_MULTICAST_IF2")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.", true)]
public const Java.Net.SocketOption IpMulticastIf2 = 31;
[<Android.Runtime.Register("IP_MULTICAST_IF2")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.", true)>]
val mutable IpMulticastIf2 : Java.Net.SocketOption

필드 값

Value = 31
특성

설명

위와 동일합니다. 이 옵션은 IP_MULTICAST_IF 동작이 이전과 동일하게 유지되도록 도입되었으며, 이 새로운 옵션은 IPv4 및 IPv6 주소로 나가는 인터페이스 설정을 지원할 수 있습니다.

참고: 이와 충돌하지 않는지 확인합니다.

1.4에 추가되었습니다.

에 대한 java.net.SocketOptions.IP_MULTICAST_IF2Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상