Пример #1
0
 public SIServer(Config.ServerInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }
Пример #2
0
 public SIServer(Config.ServerInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }