Table of Contents

Interface IDnsSolver

Namespace
Fluxzy.Clients
Assembly
Fluxzy.Core.dll
public interface IDnsSolver

Methods

SolveDns(string)

Task<IPAddress> SolveDns(string hostName)

Parameters

hostName string

Returns

Task<IPAddress>