Click or drag to resize
WebServiceClientInsightsAsync Method
Asynchronously query Insights endpoint with transaction data

Namespace:  MaxMind.MinFraud
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public Task<Insights> InsightsAsync(
	Transaction transaction
)

Parameters

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

Return Value

Type: TaskInsights
Task that produces an object modeling the minFraud Insights response data
See Also