DnsOptions.DnsOptionEnabled 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_ENABLED", 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 DnsOptionEnabled = 1;
[<Android.Runtime.Register("DNS_OPTION_ENABLED", 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 DnsOptionEnabled : Android.Net.Http.DnsOption

Field Value

Value = 1
Attributes

Applies to