Source Type
Union cases
| Union case |
Description
|
Full Usage:
Any
|
Resolver will pick an appropriate source. Results could come from DNS, MulticastDNS, HOSTS file, etc |
Full Usage:
Dns
|
Results will only come from DNS queries |
Full Usage:
LocalOnly
|
No external sources will be used. Results will only come from fast local sources that are available no matter the source setting, e.g. cache, hosts file, IP literal resolution, etc. |
Full Usage:
Mdns
|
Results will only come from Multicast DNS queries |
Full Usage:
System
|
Results will only be retrieved from the system or OS, e.g. via the getaddrinfo() system call |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAny
Returns: bool
|
|
Full Usage:
this.IsDns
Returns: bool
|
|
Full Usage:
this.IsLocalOnly
Returns: bool
|
|
Full Usage:
this.IsMdns
Returns: bool
|
|
Full Usage:
this.IsSystem
Returns: bool
|
|
fable-electron-docs-api