Domain Detective

API Reference

Class

ProviderEvidence

Namespace DomainDetective.Providers.Email
Assembly DomainDetective
Modifiers sealed

Provides provider evidence functionality.

Inheritance

  • Object
  • ProviderEvidence

Constructors

public ProviderEvidence(String providerId, String displayName, Double score) #

Initializes a new instance of the ProviderEvidence class.

Parameters

providerId System.String requiredposition: 0
displayName System.String requiredposition: 1
score System.Double requiredposition: 2

Properties

public String ProviderId { get; } #

Gets the provider id value.

public String DisplayName { get; } #

Gets the display name value.

public Double Score { get; } #

Gets the score value.

{{ include "footer" }}