Сайт сетевого движка Flexible Game Server

[Это предварительная версия документации. API может измениться в будущем.]

Протокол сессии сервера

Пространство имён: FlexibleGameServer.ObjectsNetworkingModel
Сборка: FlexibleGameServer.Server (в FlexibleGameServer.Server.dll) Версия: 1.0.0.0 (1.0.0.0)

Синтаксис

C#
public class ObjectsNetworkingServerProtocol : ProtocolBase, 
	ISessionProtocol, ISessionProtocolMethods, IDisposable, ILogger, IProcessor, 
	IUnknownProtocolReader<ObjectsNetworkingServerProtocol>
JScript
public class ObjectsNetworkingServerProtocol extends ProtocolBase implements ISessionProtocol, ISessionProtocolMethods, IDisposable, ILogger, IProcessor, IUnknownProtocolReader<ObjectsNetworkingServerProtocol>

Иерархия наследования

System..::..Object
  FlexibleGameServer..::..ProtocolBase
    FlexibleGameServer.ObjectsNetworkingModel..::..ObjectsNetworkingServerProtocol

См. также