Click or drag to resize

WebServiceClient Class

Client for querying the minFraud Score and Insights web services.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraudWebServiceClient

Namespace:  MaxMind.MinFraud
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public sealed class WebServiceClient : IDisposable

The WebServiceClient type exposes the following members.

Constructors
  NameDescription
Public methodWebServiceClient
Constructor for minFraud web service client.
Top
Methods
  NameDescription
Public methodDispose
Dispose of the underlying HttpClient.
Public methodEquals (Inherited from Object.)
Public methodFactorsAsync
Asynchronously query Factors endpoint with transaction data
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsightsAsync
Asynchronously query Insights endpoint with transaction data
Public methodScoreAsync
Asynchronously query Score endpoint with transaction data
Public methodToString (Inherited from Object.)
Top
See Also