API Reference
Class
DnsServerQuery
Builder for querying DNS servers by country, location and count.
Inheritance
- Object
- DnsServerQuery
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DnsServerQuery.Create
- Method DnsServerQuery.FilterServers
- Method DnsServerQuery.FromCountry
- Method DnsServerQuery.FromLocation
- Method DnsServerQuery.Take
Accepted by parameters
Constructors
public DnsServerQuery() #Methods
public DnsServerQuery FilterServers(Nullable<CountryId> country, Nullable<LocationId> location, Nullable<Int32> take) #Returns:
DnsServerQueryApplies all filters in a single call.
Parameters
- country System.Nullable{DomainDetective.CountryId}
- Country filter.
- location System.Nullable{DomainDetective.LocationId}
- Location filter.
- take System.Nullable{System.Int32}
- Number of servers to take.
Returns
The current DnsServerQuery instance.
FromCountry 2 overloads
FromLocation 2 overloads
public DnsServerQuery Take(Int32 count) #Returns:
DnsServerQueryLimits the number of servers returned.
Parameters
- count System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object