Example #1
0
 public void CopyServer(Server Server)
 {
     this.serverSpeedLog = Server.serverSpeedLog;
     this.dnsBuffer = Server.dnsBuffer;
     this.dnsTargetBuffer = Server.dnsTargetBuffer;
     this.Connections = Server.Connections;
     this.enable = Server.enable;
 }
Example #2
0
 public void SetConnections(Connections Connections)
 {
     this.Connections = Connections;
 }
 public void SetConnections(Connections Connections)
 {
     this.Connections = Connections;
 }