Skip to content

Delegate SafeDnsResolver

Namespace: DotBoxD.Hosting.Http
Assembly: DotBoxD.Hosting.Http.dll

public delegate ValueTask<IReadOnlyList<IPAddress>> SafeDnsResolver(string host, CancellationToken cancellationToken)

host string

cancellationToken CancellationToken

ValueTask<IReadOnlyList<IPAddress>>