API Reference
Class
DnsOverTlsEndpointInfo
Provides dns over tls endpoint info functionality.
Inheritance
- Object
- DnsOverTlsEndpointInfo
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 DnsOverTlsSummary.Endpoints
Constructors
public DnsOverTlsEndpointInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Key { get; set; } #Gets or sets the key value.
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.