Table of Contents

Class PongPayload

Namespace
NLightning.Domain.Protocol.Payloads
Assembly
NLightning.Domain.dll

Represents a Pong payload.

public class PongPayload : IMessagePayload
Inheritance
PongPayload
Implements
Inherited Members

Remarks

A Pong payload is used to respond to a Ping payload.

Constructors

PongPayload(ushort)

public PongPayload(ushort bytesLen)

Parameters

bytesLen ushort

Properties

BytesLength

The length of the ignored bytes.

public ushort BytesLength { get; }

Property Value

ushort

Ignored

The ignored bytes.

public byte[] Ignored { get; }

Property Value

byte[]

See Also