ComponentSpace Internet Time Class Library Reference

DaytimeClient Constructor

Initializes a new instance of the DaytimeClient class with the specified server address. The address can either be the name of the server (eg. tick.usno.navy.mil) or its IP address (eg. 192.5.41.40).

Overload List

Initializes a new instance of the DaytimeClient class with the specified server IP address.

public DaytimeClient(IPAddress);

Initializes a new instance of the DaytimeClient class with the specified server IP address.

public DaytimeClient(IPEndPoint);

Initializes a new instance of the DaytimeClient class with the specified server address. The address can either be the name of the server (eg. tick.usno.navy.mil) or its IP address (eg. 192.5.41.40).

public DaytimeClient(string);

See Also

DaytimeClient Class | ComponentSpace.InternetTime Namespace