Interface IConnectionHandlerFactory
Creates the IConnectionHandler for a new connection. Provided by a higher layer (e.g. the auth module) via the service registry and resolved by the networking module when it binds.
public interface IConnectionHandlerFactory
Methods
Create(IChannelConnection)
IConnectionHandler Create(IChannelConnection connection)
Parameters
connectionIChannelConnection