Share via


ConnectionMigrationOptions.MigrationOptionDisabled Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Http.ConnectionMigrationOption enum directly instead of this field.

[Android.Runtime.Register("MIGRATION_OPTION_DISABLED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.ConnectionMigrationOption enum directly instead of this field.", true)]
public const Android.Net.Http.ConnectionMigrationOption MigrationOptionDisabled = 2;
[<Android.Runtime.Register("MIGRATION_OPTION_DISABLED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.ConnectionMigrationOption enum directly instead of this field.", true)>]
val mutable MigrationOptionDisabled : Android.Net.Http.ConnectionMigrationOption

Field Value

Value = 2
Attributes

Applies to