Beispiel #1
0
 public WIServer(Config.WebInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }
Beispiel #2
0
 public WIServer(Config.WebInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }