Struct DnsRawClientResponse
Assembly: Ae.Dns.Protocol.dll
Syntax
public struct DnsRawClientResponse
Constructors
|
Improve this Doc
View Source
DnsRawClientResponse(Int32, DnsMessage, DnsMessage)
Declaration
public DnsRawClientResponse(int answerLength, DnsMessage query, DnsMessage answer)
Parameters
Fields
|
Improve this Doc
View Source
Answer
Declaration
public readonly DnsMessage Answer
Field Value
|
Improve this Doc
View Source
AnswerLength
Declaration
public readonly int AnswerLength
Field Value
|
Improve this Doc
View Source
Query
Declaration
public readonly DnsMessage Query
Field Value