API Reference
Class
DnsQueryable
Lightweight LINQ-friendly wrapper that resolves DNS names and exposes the results as IEnumerable. Uses only Enumerable-based LINQ operators (AOT-safe) and caches results for repeated enumeration.
Inheritance
- Object
- DnsQueryable
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
- Extension method ClientX.AsQueryable
- Method DnsQueryableExtensions.AsQueryable
Constructors
public DnsQueryable(ClientX client, IEnumerable<String> names, DnsRecordType type) #Creates a DNS enumerable for the given names and record type.
Parameters
- client DnsClientX.ClientX
- names System.Collections.Generic.IEnumerable{System.String}
- type DnsClientX.DnsRecordType