Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.Ninja.WebSockets.PongEventArgs Class Reference

Pong EventArgs. More...

Inheritance diagram for Nakama.Ninja.WebSockets.PongEventArgs:

Public Member Functions

 PongEventArgs (ArraySegment< byte > payload)
 Initialises a new instance of the PongEventArgs class.
 

Properties

ArraySegment< byte > Payload [get]
 The data extracted from a Pong WebSocket frame.
 

Detailed Description

Pong EventArgs.

Constructor & Destructor Documentation

◆ PongEventArgs()

Nakama.Ninja.WebSockets.PongEventArgs.PongEventArgs ( ArraySegment< byte >  payload)
inline

Initialises a new instance of the PongEventArgs class.

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

Property Documentation

◆ Payload

ArraySegment<byte> Nakama.Ninja.WebSockets.PongEventArgs.Payload
get

The data extracted from a Pong WebSocket frame.


The documentation for this class was generated from the following file: