Exemplo n.º 1
0
 public SIServer(Config.ServerInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }
Exemplo n.º 2
0
 public SIServer(Config.ServerInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }