Class HttpServerFunction
public class HttpServerFunction : GenericFunction<ExpressionResult, FunctionResult>
- Inheritance
-
HttpServerFunction
- Inherited Members
Constructors
HttpServerFunction()
public HttpServerFunction()
Fields
Identifier
public const string Identifier = "httpServer"
Field Value
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, ExpressionResult, FunctionResult)
protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, ExpressionResult argument1, FunctionResult argument2)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
ExpressionResultargument2
FunctionResult