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; }
public void SetConnections(Connections Connections) { this.Connections = Connections; }