Click or drag to resize
Device Constructor
Constructor.

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public Device(
	IPAddress ipAddress,
	string userAgent = null,
	string acceptLanguage = null
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP address associated with the device used by the customer in the transaction.
userAgent (Optional)
Type: SystemString
The HTTP “User-Agent” header of the browser used in the transaction.
acceptLanguage (Optional)
Type: SystemString
The HTTP “Accept-Language” header of the device used in the transaction.
See Also