Domain Detective

API Reference

Class

DnsEndpointExtensions

Namespace DnsClientX
Assembly DnsClientX
Modifiers static

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: String

Gets the description associated with the specified DnsEndpoint.

Parameters

endpoint DnsClientX.DnsEndpoint requiredposition: 0
Endpoint value.

Returns

Description text if available; otherwise the enum name.

{{ include "footer" }}