IkeSessionParams.IkeOptionForcePort4500 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.IpSec.Ike.IkeSessionOption enum directly instead of this field.

Configures the IKE session to always send to port 4500.

[Android.Runtime.Register("IKE_OPTION_FORCE_PORT_4500", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.IpSec.Ike.IkeSessionOption enum directly instead of this field.", true)]
public const Android.Net.IpSec.Ike.IkeSessionOption IkeOptionForcePort4500 = 3;
[<Android.Runtime.Register("IKE_OPTION_FORCE_PORT_4500", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.IpSec.Ike.IkeSessionOption enum directly instead of this field.", true)>]
val mutable IkeOptionForcePort4500 : Android.Net.IpSec.Ike.IkeSessionOption

Field Value

Value = 3
Attributes

Remarks

Configures the IKE session to always send to port 4500.

If set, the IKE Session will be initiated and maintained exclusively using destination port 4500, regardless of the presence of NAT. Otherwise, the IKE Session will be initiated on destination port 500; then, if either a NAT is detected or both MOBIKE and NAT-T are supported by the peer, it will proceed on port 4500.

Java documentation for android.net.ipsec.ike.IkeSessionParams.IKE_OPTION_FORCE_PORT_4500.

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