コード例 #1
0
        public ServerHostedService(ServerBootstrap hostBootstrap, ClientBootstrap clientBootstrap, ServerManage serverManage)
        {
            _hostBootstrap   = hostBootstrap;
            _clientBootstrap = clientBootstrap;

            _serverManage = serverManage;
        }
コード例 #2
0
 public ClientHostedService(ClientBootstrap clientBootstrap)
 {
     _clientBootstrap = clientBootstrap;
 }