Domain Detective

API Reference

Enum

Transport

Namespace DnsClientX
Assembly DnsClientX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

DNS transport protocol used to reach a resolver endpoint.

Inheritance

  • Enum
  • Transport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const Transport Udp #

DNS over UDP (port 53).

Value: 0
public const Transport Tcp #

DNS over TCP (port 53).

Value: 1
public const Transport Dot #

DNS over TLS (RFC 7858, typically port 853).

Value: 2
public const Transport Doh #

DNS over HTTPS (RFC 8484, HTTPS endpoints).

Value: 3
public const Transport Quic #

DNS over QUIC (RFC 9250).

Value: 4
public const Transport Grpc #

DNS over gRPC.

Value: 5
public const Transport Multicast #

DNS over UDP multicast (mDNS).

Value: 6
{{ include "footer" }}