Base Class library for NTP client in .NET?
Is there any .NET BCL for NTPClient?
I have seen a few implementati开发者_JS百科ons of NTPClient here and here.
But does .net provide any library for doing this?
There appears to be no BCL for .NET; We have to write our own libraries, examples of which are documented in the question.
精彩评论