DnsOptions.DnsOptionDisabled Field

Definition

Caution

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

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

Field Value

Value = 2
Attributes

Applies to