Click or drag to resize

RequestValidatorValidationExpression Property

Specifies an expression that validates each request and has to evaluate to a boolean value. Use the expression variable 'Payload' to access the payload stream. Use the expression variable 'Request' to access the request context. Use the expression variable 'ApiKey' to access the private api key.

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public ExpressionString ValidationExpression { get; set; }

Property Value

Type: ExpressionString
See Also