API Reference
Class
DnsResolverEndpointFactory
Factory helpers to convert predefined DnsEndpoint values into DnsResolverEndpoint instances. Only transports supported by the multi-resolver (UDP, TCP, DoT, DoH) are emitted.
Inheritance
- Object
- DnsResolverEndpointFactory
Methods
public static DnsResolverEndpoint[] From(DnsEndpoint endpoint) #Returns:
DnsResolverEndpoint[]Creates one or more DnsResolverEndpoint entries for a predefined DnsEndpoint. DNSCrypt variants are not included because Transport does not currently model them.
Parameters
- endpoint DnsClientX.DnsEndpoint