C# (CSharp) AsyncSocketSample Server.Init - 4 examples found. These are the top rated real world C# (CSharp) examples of AsyncSocketSample.Server.Init extracted from open source projects. You can rate examples to help us improve the quality of examples.
Initializes the server by preallocating reusable buffers and context objects. These objects do not need to be preallocated or reused, by is done this way to illustrate how the API can easily be used to create reusable objects to increase server performance.