public void Delete(INetfilterAdapterClient client, bool flush = false) { _system.DeleteChain(client, _name, _table, _ipVersion, flush); }
public void Delete(bool flush = false) { _system.DeleteChain(_name, _table, _ipVersion, flush); }