Show / Hide Table of Contents

Namespace Ae.Dns.Protocol

Classes

DnsDelegatingHandler

Intercepts HTTP requests, resolving them to one or more IP addresses and making the request directly to the IP address with a host header.

DnsHeader

Represents a DNS header, the first entry in a DnsMessage. See DnsQueryFactory for methods to create DNS headers for specific purposes.

DnsMessage

Represents an answer to a DNS query, generated by a DNS server.

DnsQueryFactory

Provides extension methods around DnsMessage.

DnsRootServer

Structs

DnsRawClientResponse

Interfaces

IDnsByteArrayReader

Represents a class which can read from the specified byte array.

IDnsByteArrayWriter

Represents a class which can write its contents to an enumerable of bytes.

IDnsClient

Represents a client capable of returning a DNS answer for a query.

IDnsRawClient

Represents a client capable of accepting a contiguous region of memory, reading the query from it, and writing the answer back into it.

IDnsServer

Represents a server capable of receiving DNS requests.

In This Article
Back to top Generated by DocFX