Click or drag to resize

WebServiceClientScoreAsync Method

Asynchronously query Score endpoint with transaction data

Namespace:  MaxMind.MinFraud
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Task<Score> ScoreAsync(
	Transaction transaction
)

Parameters

transaction
Type: MaxMind.MinFraud.RequestTransaction
Object containing the transaction data to be sent to the minFraud web service.

Return Value

Type: TaskScore
Task that produces an object modeling the minFraud Score response data
See Also