IScriptEngine public interface IScriptEngine Defines the API of an available engine for running scripts provided in the code. Documentation Code string Type { get; } The type of the scripting language. Task EvaluateScriptAsync(IResponse response, ScriptOptions options, CancellationToken cancel) Evaluates a script for the given response asynchronously.