Header menu logo fable-electron-docs-api

Source Type

Union cases

Union case Description

Any

Full Usage: Any

Resolver will pick an appropriate source. Results could come from DNS, MulticastDNS, HOSTS file, etc

Dns

Full Usage: Dns

Results will only come from DNS queries

LocalOnly

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.

Mdns

Full Usage: Mdns

Results will only come from Multicast DNS queries

System

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

this.IsAny

Full Usage: this.IsAny

Returns: bool
Returns: bool

this.IsDns

Full Usage: this.IsDns

Returns: bool
Returns: bool

this.IsLocalOnly

Full Usage: this.IsLocalOnly

Returns: bool
Returns: bool

this.IsMdns

Full Usage: this.IsMdns

Returns: bool
Returns: bool

this.IsSystem

Full Usage: this.IsSystem

Returns: bool
Returns: bool

Type something to start searching.