|
Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
|
Namespaces | |
| namespace | Exceptions |
| namespace | Internal |
Classes | |
| class | BufferPool |
| This buffer pool is instance thread safe Use GetBuffer to get a MemoryStream (with a publically accessible buffer) Calling Close on this MemoryStream will clear its internal buffer and return the buffer to the pool for reuse MemoryStreams can grow larger than the DEFAULT_BUFFER_SIZE (or whatever you passed in) and the underlying buffers will be returned to the pool at their larger sizes. More... | |
| class | HttpHelper |
| interface | IBufferPool |
| interface | IPingPongManager |
| Ping Pong Manager used to facilitate ping pong WebSocket messages. More... | |
| interface | IWebSocketClientFactory |
| Web socket client factory used to open web socket client connections. More... | |
| interface | IWebSocketServerFactory |
| Web socket server factory used to open web socket server connections. More... | |
| class | PingPongManager |
| Ping Pong Manager used to facilitate ping pong WebSocket messages. More... | |
| class | PongEventArgs |
| Pong EventArgs. More... | |
| class | WebSocketClientFactory |
| Web socket client factory used to open web socket client connections. More... | |
| class | WebSocketClientOptions |
| Client WebSocket init options. More... | |
| class | WebSocketHttpContext |
| The WebSocket HTTP Context used to initiate a WebSocket handshake. More... | |
| class | WebSocketServerFactory |
| Web socket server factory used to open web socket server connections. More... | |
| class | WebSocketServerOptions |
| Server WebSocket init options. More... | |