public ServerHostedService(ServerBootstrap hostBootstrap, ClientBootstrap clientBootstrap, ServerManage serverManage) { _hostBootstrap = hostBootstrap; _clientBootstrap = clientBootstrap; _serverManage = serverManage; }
public ClientHostedService(ClientBootstrap clientBootstrap) { _clientBootstrap = clientBootstrap; }