コード例 #1
0
ファイル: WIServer.cs プロジェクト: ranjanngc/cometbox
 public WIServer(Config.WebInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }
コード例 #2
0
 public WIServer(Config.WebInterfaceConfig c)
     : base(Dns.GetHostEntry(IPAddress.Parse(c.BindTo)).AddressList[0], c.Port, c.Authentication)
 {
     config = c;
 }