Click or drag to resize
WebServiceClient Class
Client for querying the minFraud Score and Insights web services.
Inheritance Hierarchy
System.Object
  MaxMind.MinFraud.WebServiceClient

Namespace:  MaxMind.MinFraud
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFactorsAsync
Asynchronously query Factors endpoint with transaction data
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsightsAsync
Asynchronously query Insights endpoint with transaction data
Public methodScoreAsync
Asynchronously query Score endpoint with transaction data
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also