Domain Detective

API Reference

Class

DnsOverTlsEndpointResult

Namespace DomainDetective
Assembly DomainDetective
Implements
IEquatable<DnsOverTlsEndpointResult>
Modifiers sealed

Represents dns over tls endpoint result data.

Inheritance

  • Object
  • DnsOverTlsEndpointResult

Usage

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

Constructors

public DnsOverTlsEndpointResult() #

Methods

public DnsOverTlsEndpointResult <Clone>$() #
Returns: DnsOverTlsEndpointResult
public virtual Boolean Equals(DnsOverTlsEndpointResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String NameServerHost { get; set; } #

Gets or sets the name server host value.

public String ServerIp { get; set; } #

Gets or sets the server ip value.

public Int32 Port { get; set; } #

Gets or sets the port value.

public Boolean Supported { get; set; } #

Gets or sets the supported value.

public String Protocol { get; set; } #

Gets or sets the protocol value.

public String CipherSuite { get; set; } #

Gets or sets the cipher suite value.

public Nullable<Boolean> HostnameMatch { get; set; } #

Gets or sets the hostname match value.

public Nullable<Boolean> CertificateValid { get; set; } #

Gets or sets the certificate valid value.

public String Error { get; set; } #

Gets or sets the error value.

{{ include "footer" }}