Click or drag to resize

WebServiceClientReportAsync Method

Asynchronously query the minFraud Report Transaction API.

Namespace:  MaxMind.MinFraud
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Task ReportAsync(
	TransactionReport report
)

Parameters

report
Type: MaxMind.MinFraud.RequestTransactionReport
The transaction report you would like to send.

Return Value

Type: Task
The Task on which to await. The web service returns no data and this API will throw an exception if there is an error.
Remarks
Reporting transactions to MaxMind helps us detect about 10-50% more fraud and reduce false positives for you.
See Also