Class PongMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a pong message.
public sealed class PongMessage : BaseMessage, IMessage
- Inheritance
-
PongMessage
- Implements
- Inherited Members
Remarks
The pong message is used to respond to a ping message. The message type is 19.
Constructors
PongMessage(ushort)
Represents a pong message.
public PongMessage(ushort bytesLen)
Parameters
bytesLen
ushortThe number of bytes in the pong message.
Remarks
The pong message is used to respond to a ping message. The message type is 19.
Properties
Payload
The payload of the message.
public PongPayload Payload { get; }