Show / Hide Table of Contents

Namespace LiteNetLib.Utils

Classes

CRC32C

FastBitConverter

InvalidTypeException

NetDataReader

NetDataWriter

NetPacketProcessor

NetSerializer

NtpPacket

Represents RFC4330 SNTP packet used for communication to and from a network time server.

NtpRequest

Make NTP request.

  1. Create the object by Create(IPEndPoint, Action<NtpPacket>) method.

  2. Use Send() method to send requests.

  3. Call Close() to release the socket AFTER you have received the response or some timeout. If you close the socket too early, you may miss the response.

ParseException

Interfaces

INetSerializable

Enums

NtpLeapIndicator

Represents leap second warning from the server that instructs the client to add or remove leap second.

NtpMode

Describes SNTP packet mode, i.e. client or server.

In This Article
Back to top Generated by DocFX