caching - Is there a way to monitor the system's DNS cache on c#? -


I want to monitor the actual time of system's DNS cache requests in C #. My system is Windows 7 64 bit. What I have done has been done to capture DNS requests by creating a hearing UDP server at 53 of 53, but it monitors all DNS requests, which I am interested in, Only the local OS has been requested in the DNS cache. Is there a way to monitor system's DNS cache? THx

You can get your DNS cache through this power function:

And SO Post shows how to call powerhell function C #.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -