tags:

views:

15

answers:

1

Is there any .NET BCL for NTPClient?

I have seen a few implementations of NTPClient here and here.

But does .net provide any library for doing this?

A: 

There appears to be no BCL for .NET; We have to write our own libraries, examples of which are documented in the question.

Santhosh