Esempio n. 1
0
 public CDNCacheForm()
 {
     InitializeComponent();
     server = new CDNCache(CDNNetWork.GetLocalIPPoint(), this);
     server.Start();
     server.Idle();
     this.localIpAddressControl.Value    = server.LocalEndpoint as IPEndPoint;
     this.localIpAddressControl.ReadOnly = true;
     this.clientTreeView.Nodes.Add(server.localRoot);
 }
Esempio n. 2
0
 public CDNCacheForm()
 {
     InitializeComponent();
     server = new CDNCache(CDNNetWork.GetLocalIPPoint(), this);
     server.Start();
     server.Idle();
     this.localIpAddressControl.Value = server.LocalEndpoint as IPEndPoint;
     this.localIpAddressControl.ReadOnly = true;
     this.clientTreeView.Nodes.Add(server.localRoot);
 }