コード例 #1
0
ファイル: SIServer.cs プロジェクト: diwulechao/cometbox
 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;
 }