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.ConfigurationAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public ExpressionString ValidationExpression { get; set; }
Property Value
Type:
ExpressionStringSee Also