TestimoX

API Reference

Enum

DnsProtocol

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

Specifies the protocol used for DNS traffic.

Inheritance

  • Enum
  • DnsProtocol

Values

public const DnsProtocol Unknown #

The protocol is unknown.

Value: 0
public const DnsProtocol UDP #

The DNS traffic uses UDP.

Value: 1
public const DnsProtocol TCP #

The DNS traffic uses TCP.

Value: 2
public const DnsProtocol None #

The DNS traffic uses neither UDP nor TCP.

Value: 3