Click or drag to resize

RequestValidator Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WebApi.ConfigurationRequestValidator

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class RequestValidator

The RequestValidator type exposes the following members.

Constructors
  NameDescription
Public methodRequestValidator
Initializes a new instance of the RequestValidator class
Top
Properties
  NameDescription
Public propertyId
Public propertyName
Specifies the name of this configuration.
Public propertyPrivateApiKey
Specifies a key that can be used to sign a hash.
Public propertyValidationExpression
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Remarks
This is a MatchPoint configuration class.
See Also