示例#1
0
 ///GENMHASH:BE22C0B9325B4C1589049D401C88C656:C95856C142EAC77C74D5B91874006C26
 internal NetworkInterfaceImpl WithoutDnsServer(string ipAddress)
 {
     DnsServerIPs.Remove(ipAddress);
     return(this);
 }
示例#2
0
 ///GENMHASH:B5D0BEC334A2545AEB57083EF9E7D3D8:9B31C60286E10C0B8E75B7368E1DBDC6
 internal NetworkInterfaceImpl WithAzureDnsServer()
 {
     DnsServerIPs.Clear();
     return(this);
 }
示例#3
0
 ///GENMHASH:C46E686F6BFED9BDC32DE6EB942E24F4:5DA1232CCC52BF8BBDDDC0D51DE2189A
 internal NetworkInterfaceImpl WithDnsServer(string ipAddress)
 {
     DnsServerIPs.Add(ipAddress);
     return(this);
 }