API Reference
Class
DnsEndpointExtensions
Extension helpers for DnsEndpoint.
Inheritance
- Object
- DnsEndpointExtensions
Methods
public static IEnumerable<ValueTuple<DnsEndpoint, String>> GetAllWithDescriptions() #Returns:
IEnumerable<ValueTuple<DnsEndpoint, String>>Returns all DnsEndpoint values with their descriptions.
Returns
Sequence of endpoint and description pairs.
public static String GetDescription(DnsEndpoint endpoint) #Returns:
StringGets the description associated with the specified DnsEndpoint.
Parameters
- endpoint DnsClientX.DnsEndpoint
- Endpoint value.
Returns
Description text if available; otherwise the enum name.