Pong EventArgs.
More...
|
| ArraySegment< byte > | Payload [get] |
| | The data extracted from a Pong WebSocket frame.
|
◆ PongEventArgs()
| Nakama.Ninja.WebSockets.PongEventArgs.PongEventArgs |
( |
ArraySegment< byte > | payload | ) |
|
|
inline |
Initialises a new instance of the PongEventArgs class.
- Parameters
-
| payload | The pong payload must be 125 bytes or less (can be zero bytes) |
◆ 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: