Table of Contents

Class PongEventArgs

Namespace
Alis.Core.Network
Assembly
Alis.dll

Pong EventArgs

public class PongEventArgs : EventArgs

Inheritance

Inherited Members

Constructors

PongEventArgs(ArraySegment<byte>)

Initialises a new instance of the PongEventArgs class

public PongEventArgs(ArraySegment<byte> payload)

Parameters

payload ArraySegment<byte>

The pong payload must be 125 bytes or less (can be zero bytes)

Properties

Payload

The data extracted from a Pong WebSocket frame

public ArraySegment<byte> Payload { get; }

Property Value

ArraySegment<byte>