예제 #1
0
 public SIServer(Config.ServerInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }
예제 #2
0
파일: SIServer.cs 프로젝트: zrzppp/cometbox
 public SIServer(Config.ServerInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }