API Reference
Class
DnsPropagationResultInfo
Provides dns propagation result info functionality.
Inheritance
- Object
- DnsPropagationResultInfo
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 DnsPropagationInfo.Results
Constructors
public DnsPropagationResultInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ServerName { get; set; } #Gets or sets the server name value.
public String ServerAddress { get; set; } #Gets or sets the server address value.
public String Country { get; set; } #Gets or sets the country value.
public String Location { get; set; } #Gets or sets the location value.
public String Asn { get; set; } #Gets or sets the asn value.
public String AsnName { get; set; } #Gets or sets the asn name value.
public DnsRecordType RecordType { get; set; } #Gets or sets the record type value.
public IReadOnlyList<String> Records { get; set; } #Gets or sets the records value.
public TimeSpan Duration { get; set; } #Gets or sets the duration value.
public Boolean Success { get; set; } #Gets or sets the success value.
public String Error { get; set; } #Gets or sets the error value.