共用方式為


IkeSessionConfiguration.ExtensionTypeFragmentation Field

Definition

Caution

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

IKE Message Fragmentation

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

Field Value

Value = 1
Attributes

Remarks

IKE Message Fragmentation

Java documentation for android.net.ipsec.ike.IkeSessionConfiguration.EXTENSION_TYPE_FRAGMENTATION.

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