ServerDataProcessor - Narumikazuchi/Networking GitHub Wiki
Assembly: Narumikazuchi.Networking.Sockets.dll
Namespace: Narumikazuchi.Networking.Sockets
Provides the blueprint for data processing of an IServer<TData>
.
public class ServerDataProcessor
ProcessReceivedData(TData, in System.Guid)
DisconnectClient(in System.Guid)
Server
Initializes a new instance of the ServerDataProcessor
class.
protected ServerDataProcessor(Server);