Show / Hide Table of Contents

Struct DnsRawClientResponse

Namespace: Ae.Dns.Protocol
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
Type Name Description
Int32 answerLength
DnsMessage query
DnsMessage answer

Fields

| Improve this Doc View Source

Answer

Declaration
public readonly DnsMessage Answer
Field Value
Type Description
DnsMessage
| Improve this Doc View Source

AnswerLength

Declaration
public readonly int AnswerLength
Field Value
Type Description
Int32
| Improve this Doc View Source

Query

Declaration
public readonly DnsMessage Query
Field Value
Type Description
DnsMessage
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX