Domain Detective

API Reference

Class

EcsOption

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Implements the EDNS Client Subnet option (ECS) as defined in RFC 7871.

Inheritance

Remarks

This option allows resolvers to tailor responses based on the network of the client.

Constructors

public EcsOption(String subnet) #

Initializes a new instance of the EcsOption class.

Parameters

subnet System.String requiredposition: 0
Subnet in CIDR notation.

Methods

GetData() #

Properties

public String Subnet { get; } #

Gets the subnet in CIDR notation.

{{ include "footer" }}