Bespoke.DynamicDnsUpdater.Client.DnsOMatic.DnsOMaticClient.UpdateAll C# (CSharp) Method

UpdateAll() public method

Updates the all of the hostnames registered with DNS-O-Matic with the public facing IP Address for the system that the request is made from.
public UpdateAll ( ) : bool
return bool
        public bool UpdateAll()
        {
            return UpdateHostname(updateAllMagicHostname);
        }

Same methods

DnsOMaticClient::UpdateAll ( string ipAddress ) : bool