Table of Contents

Interface IDomainNameResolver

Namespace
Coherence.Core
Assembly
Coherence.Core.dll
public interface IDomainNameResolver

Methods

Resolve(string, CancellationToken, Logger, Action<IPAddress>, Action)

void Resolve(string hostname, CancellationToken cancellationToken, Logger logger, Action<IPAddress> onSuccess, Action onFailure)

Parameters

hostname string
cancellationToken CancellationToken
logger Logger
onSuccess Action<IPAddress>
onFailure Action