Show / Hide Table of Contents

Class Dns.Types.Question

DNS Questions. See RFC1035, section 4.1.2.

Inheritance
object
Dns.Types.Question
Implements
IMessage<Dns.Types.Question>
IEquatable<Dns.Types.Question>
IDeepCloneable<Dns.Types.Question>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Dns.Types.Question : IMessage<Dns.Types.Question>, IEquatable<Dns.Types.Question>, IDeepCloneable<Dns.Types.Question>, IBufferMessage, IMessage

Constructors

Question()

Declaration
public Question()

Question(Question)

Declaration
public Question(Dns.Types.Question other)
Parameters
Type Name Description
Dns.Types.Question other

Properties

Class

The code specifying the class of the query.

Declaration
public uint Class { get; set; }
Property Value
Type Description
uint

Name

The domain name.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Prevalence

The prevalence of the domain within the customer's environment.

Declaration
public Prevalence Prevalence { get; set; }
Property Value
Type Description
Prevalence

Type

The code specifying the type of the query.

Declaration
public uint Type { get; set; }
Property Value
Type Description
uint
In this article
Back to top Generated by DocFX