Class PingMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a ping message.
public sealed class PingMessage : BaseMessage, IMessage
- Inheritance
-
PingMessage
- Implements
- Inherited Members
Remarks
The ping message is used to check if the other party is still alive. The message type is 18.
Constructors
PingMessage()
Represents a ping message.
public PingMessage()
Remarks
The ping message is used to check if the other party is still alive. The message type is 18.
Properties
Payload
The payload of the message.
public PingPayload Payload { get; }