c# - How to flush socket pools and clear Dns cache in all browsers pragmatically -


after changing hosts file >> need clear dns cache , flush socket pools without restarting browsers doing following link
in windows 7 flush command line using ipconfig /flushdns , nbtstat -r still need close browsers
changing host check update in production server , local server
there way code using c# or executable tool??


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -