API Reference
Class
DnsOverTlsEndpointResult
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.
Returned or exposed by
- Property DnsOverTlsAnalysis.ProbeOverride
- Property DnsOverTlsAnalysis.ServerResults
- Method DnsOverTlsEndpointResult.<Clone>$
Constructors
public DnsOverTlsEndpointResult() #Methods
Inherited Methods
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.