match_domain


Description:

public bool match_domain (string domain)

Check whether domain is supported by this provider, by matching it with the regex returned by get_domains_regex.

If the provider does not define a regular expression to match the supported domains, this function will return false.

Parameters:

this

the Provider.

domain

a domain name.

Returns:

true if the given domain is supported, false otherwise.