DnsResolverFlag Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values used by the Android DnsResolverFlag API.
public enum DnsResolverFlag
type DnsResolverFlag =
- Inheritance
-
DnsResolverFlag
Fields
| Name | Value | Description |
|---|---|---|
| Empty | 0 | |
| NoRetry | 1 | |
| NoCacheStore | 2 | |
| NoCacheLookup | 4 |