Table of Contents

Class HttpServerFunction

Namespace
StepLang.Framework.Web
Assembly
StepLang.dll
public class HttpServerFunction : GenericFunction<ExpressionResult, FunctionResult>
Inheritance
HttpServerFunction
Inherited Members

Constructors

HttpServerFunction()

public HttpServerFunction()

Fields

Identifier

public const string Identifier = "httpServer"

Field Value

string

Properties

NativeParameters

protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }

Property Value

IEnumerable<NativeFunction.NativeParameter>

Methods

Invoke(TokenLocation, Interpreter, ExpressionResult, FunctionResult)

protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, ExpressionResult argument1, FunctionResult argument2)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 ExpressionResult
argument2 FunctionResult

Returns

ExpressionResult