DnsResolver.FlagNoCacheStore Field

Definition

Caution

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

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

Field Value

Value = 2
Attributes

Applies to