예제 #1
0
 public DnsUpdateService()
 {
     this.configSection = ZerigoDynDnsSection.LoadFromConfig();
 }
예제 #2
0
 public ZerigoDnsUpdater(HttpClient client, ZerigoDynDnsSection configSection)
 {
     this.configSection = configSection;
     this.client = client;
 }