2using System.Threading.Tasks;
100 if (Records.Length == 0)
102 else if (Records.Length == 1)
DNS resolver, as defined in:
static Task< ResourceRecord[]> Resolve(string Name, QTYPE TYPE, QCLASS CLASS)
Resolves a DNS name.
Abstract base class for a resource record.
Script runtime exception.
Class managing a script expression.
Base class for multivariate funcions.
ScriptNode[] Arguments
Function arguments.
static readonly ArgumentType[] argumentTypes2Scalar
Two scalar parameters.
static readonly ArgumentType[] argumentTypes3Scalar
Three scalar parameters.
static readonly ArgumentType[] argumentTypes1Scalar
One scalar parameter.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
override string ToString()
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
Makes a DNS query regarding a name.
Dns(ScriptNode Name, int Start, int Length, Expression Expression)
Makes a DNS query regarding a name.
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
Dns(ScriptNode Name, ScriptNode Type, ScriptNode Class, int Start, int Length, Expression Expression)
Makes a DNS query regarding a name.
override async Task< IElement > EvaluateAsync(IElement[] Arguments, Variables Variables)
Evaluates the function.
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
Dns(ScriptNode Name, ScriptNode Type, int Start, int Length, Expression Expression)
Makes a DNS query regarding a name.
override string FunctionName
Name of the function
override string[] DefaultArgumentNames
Default Argument names
Basic interface for all types of elements.
CLASS
TYPE fields are used in resource records.
QTYPE
QTYPE fields appear in the question part of a query.
QCLASS
QCLASS fields appear in the question section of a query.
TYPE
TYPE fields are used in resource records.