Table of Contents

Class DnsOverHttpsQuestion

Namespace
Fluxzy.Clients.Dns
Assembly
Fluxzy.Core.dll
public class DnsOverHttpsQuestion
Inheritance
DnsOverHttpsQuestion
Inherited Members

Constructors

DnsOverHttpsQuestion(string, int?)

public DnsOverHttpsQuestion(string name, int? type)

Parameters

name string
type int?

Properties

Name

[JsonPropertyName("name")]
public string Name { get; }

Property Value

string

Type

[JsonPropertyName("type")]
public int? Type { get; }

Property Value

int?