|
Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
|
Public Member Functions | |
| MemoryStream | GetBuffer () |
| Gets a MemoryStream built from a buffer plucked from a thread safe pool The pool grows automatically. Closing the memory stream clears the buffer and returns it to the pool. | |
| MemoryStream Nakama.Ninja.WebSockets.IBufferPool.GetBuffer | ( | ) |
Gets a MemoryStream built from a buffer plucked from a thread safe pool The pool grows automatically. Closing the memory stream clears the buffer and returns it to the pool.
Implemented in Nakama.Ninja.WebSockets.BufferPool.