Class DevDnsQueryResponse
Inheritance
System.Object
DevDnsQueryResponse
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class DevDnsQueryResponse : IDnsQueryResponse
Properties
|
Improve this Doc
View Source
Additionals
Declaration
public IReadOnlyList<DnsResourceRecord> Additionals { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<DnsResourceRecord> |
|
|
Improve this Doc
View Source
AllRecords
Declaration
public IEnumerable<DnsResourceRecord> AllRecords { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<DnsResourceRecord> |
|
|
Improve this Doc
View Source
Answers
Declaration
public IReadOnlyList<DnsResourceRecord> Answers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<DnsResourceRecord> |
|
|
Improve this Doc
View Source
AuditTrail
Declaration
public string AuditTrail { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Authorities
Declaration
public IReadOnlyList<DnsResourceRecord> Authorities { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<DnsResourceRecord> |
|
|
Improve this Doc
View Source
ErrorMessage
Declaration
public string ErrorMessage { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HasError
Declaration
public bool HasError { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public DnsResponseHeader Header { get; }
Property Value
Type |
Description |
DnsResponseHeader |
|
|
Improve this Doc
View Source
MessageSize
Declaration
public int MessageSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NameServer
Declaration
public NameServer NameServer { get; }
Property Value
Type |
Description |
NameServer |
|
|
Improve this Doc
View Source
Questions
Declaration
public IReadOnlyList<DnsQuestion> Questions { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<DnsQuestion> |
|
Methods
|
Improve this Doc
View Source
BuildDnsResourceRecords(String, String)
Builds a mocked TXT resource record from a ILookup DNS query.
Declaration
public static List<DnsResourceRecord> BuildDnsResourceRecords(string domainName, string value)
Parameters
Type |
Name |
Description |
System.String |
domainName |
|
System.String |
value |
|
Returns
Type |
Description |
System.Collections.Generic.List<DnsResourceRecord> |
|