add_A
Description:
public bool add_A (
string hostname,
string addr)
Adds a resolution mapping from the host name hostname to the IP address addr.
Parameters:
| this |
a Resolver
|
| hostname |
the hostname to match
|
| addr |
the IP address to resolve to
|
Returns:
|
true on success; false otherwise
|