Domain Detective

API Reference

Class

PublicNetworkTargetValidationResult

Namespace DomainDetective.Security
Assembly DomainDetective
Modifiers sealed

Result of resolving and classifying an outbound network target.

Inheritance

  • Object
  • PublicNetworkTargetValidationResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public PublicNetworkTargetValidationResult() #

Properties

public Boolean IsAllowed { get; set; } #

True when the host resolved and every returned address is publicly routable.

public String Error { get; set; } #

Reason the target was rejected.

public IReadOnlyList<IPAddress> Addresses { get; set; } #

Addresses returned by the resolver.

{{ include "footer" }}