MaxMind.MinFraud : MaxMind.MinFraud.Request Namespace

Device Class

The device information for the transaction being sent to the web service.

Syntax

public sealed class Device

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from object.

Public Constructors

Public Properties

[read-only]
AcceptLanguage string . The HTTP “Accept-Language” header of the device used in the transaction.
[read-only]
IPAddress System.Net.IPAddress . The IP address associated with the device used by the customer in the transaction.
[read-only]
UserAgent string . The HTTP “User-Agent” header of the browser used in the transaction.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

Device Constructor

Constructor.

Syntax

public Device (System.Net.IPAddress ipAddress, string userAgent, string acceptLanguage)

Parameters

ipAddress
The IP address associated with the device used by the customer in the transaction.
userAgent
The HTTP “User-Agent” header of the browser used in the transaction.
acceptLanguage
The HTTP “Accept-Language” header of the device used in the transaction.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

AcceptLanguage Property

The HTTP “Accept-Language” header of the device used in the transaction.

Syntax

[Newtonsoft.Json.JsonProperty("accept_language")]
public string AcceptLanguage { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

IPAddress Property

The IP address associated with the device used by the customer in the transaction.

Syntax

[Newtonsoft.Json.JsonProperty("ip_address")]
public System.Net.IPAddress IPAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ToString Method

Returns a string that represents the current object.

Syntax

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

UserAgent Property

The HTTP “User-Agent” header of the browser used in the transaction.

Syntax

[Newtonsoft.Json.JsonProperty("user_agent")]
public string UserAgent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0