The device information for the transaction being sent to the web service.
See Also: Inherited members from object.
|
Constructor. |
[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. |
Constructor.Syntax
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
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
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
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
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