ComponentSpace Internet Time Class Library Reference

NetworkTimeClient Class

Implementation of the Network Time Protocol (RFC-1305/RFC-2030).

For a list of all members of this type, see NetworkTimeClient Members.

System.Object
   ComponentSpace.InternetTime.NetworkTimeClient

[Visual Basic]
Public Class NetworkTimeClient
[C#]
public class NetworkTimeClient

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The NetworkTimeClient constructor specifies the address of the server. Optionally, the ReceiveTimeout may be set. The time request may be sent and the reply received synchronously (blocking) using GetTime, or asynchronously (non-blocking) using BeginGetTime and EndGetTime.

Requirements

Namespace: ComponentSpace.InternetTime

Assembly: ComponentSpace.InternetTime (in ComponentSpace.InternetTime.dll)

See Also

NetworkTimeClient Members | ComponentSpace.InternetTime Namespace