Skip to content

DNSQueryParameters

Represents parameters for a DNS query, including the host name, address, cancellation token, logging context, callback, and tag.

Fields:

Hash128 Key

The hash key associated with the DNS query.

String Hostname

The host name used in the DNS query.

Uri Address

The URI address used in the DNS query.

CancellationToken Token

The cancellation token used to cancel the DNS query.

LoggingContext Context

Optional logging context.

Action<DNSQueryParameters, DNSQueryResult> Callback

The callback to be invoked upon completion of the DNS query.

Object Tag

An optional object reference associated with the DNS query.

Boolean IsPrefetch

Indicates whether the DNS query is a prefetch query.

Comments