MaxMind.MinFraud : MaxMind.MinFraud.Request Namespace

Email Class

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

Syntax

public sealed class Email

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

Constructor.

Public Properties

[read-only]
Address string . The email address used in the transaction.
[read-only]
AddressMD5 string . The MD5 generated from the email address.
[read-only]
Domain string . The domain of the email address.

Public Methods

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

Member Details

Email Constructor

Constructor.

Syntax

public Email (string address, string domain)

Parameters

address
The user's email address. This will be converted into an MD5 before being sent to the web service.
domain
The domain of the email address used in the transaction. If address is passed to the constructor and domain is not, the domain will be automatically set from the address.

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

Address Property

The email address used in the transaction.

Syntax

[Newtonsoft.Json.JsonIgnore]
[System.ComponentModel.DataAnnotations.EmailAddress]
public string Address { 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

AddressMD5 Property

The MD5 generated from the email address.

Syntax

[Newtonsoft.Json.JsonProperty("address")]
public string AddressMD5 { 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

Domain Property

The domain of the email address.

Syntax

[Newtonsoft.Json.JsonProperty("domain")]
public string Domain { 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