How obtain TTL(Time To Live) in DNS?

℡╲_俬逩灬. 提交于 2019-12-10 17:16:31

问题


I want to monitor the DNS address. I need to get the TTL (time to live) which tells me when the DNS record will expire.

How do I obtain the TTL in C#??


回答1:


There is .Net sample code at C# .NET DNS query component that appears to provide the API you require.



来源:https://stackoverflow.com/questions/14545973/how-obtain-ttltime-to-live-in-dns

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!