Click or drag to resize
Device Class
The device information for the transaction being sent to the web service.
Inheritance Hierarchy
System.Object
  MaxMind.MinFraud.Request.Device

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class Device

The Device type exposes the following members.

Constructors
  NameDescription
Public methodDevice
Constructor.
Top
Properties
  NameDescription
Public propertyAcceptLanguage
The HTTP “Accept-Language” header of the device used in the transaction.
Public propertyIPAddress
The IP address associated with the device used by the customer in the transaction.
Public propertyUserAgent
The HTTP “User-Agent” header of the browser used in the transaction.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides Object.ToString().)
Top
See Also