Click or drag to resize

Device Class

The device information for the transaction being sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestDevice

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.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 propertySessionAge
The number of seconds between the creation of the user's session and the time of the transaction. Note that sessionAge is not the duration of the current visit, but the time since the start of the first visit.
Public propertySessionId
A string up to 255 characters in length. This is an ID that uniquely identifies a visitor's session on the site.
Public propertyUserAgent
The HTTP “User-Agent” header of the browser used in the transaction.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also