Click or drag to resize

DebounceEmailValidatorFromResponse Method

Returns the translated response from the web call.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override EmailValidateResult FromResponse(
	string emailAddress,
	string responseBody
)

Parameters

emailAddress
Type: SystemString
The email address.
responseBody
Type: SystemString
The body of the response.

Return Value

Type: EmailValidateResult
An EmailValidateResult value.
See Also