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 -

c# - Update a combobox from a presenter (MVP) -

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