コード例 #1
0
 public WebsocketInputReceiver(
     WebsocketApiConfig config,
     IWebHostContainer webHostContainer)
 {
     _config           = config;
     _webHostContainer = webHostContainer;
 }
コード例 #2
0
 public HttpApiInputReceiver(
     HttpApiConfig config,
     IWebHostContainer webHostContainer)
 {
     _config           = config;
     _webHostContainer = webHostContainer;
 }
コード例 #3
0
 public HttpFactoryHandler(
     IWebHostContainer webHostContainer)
 {
     _webHostContainer = webHostContainer;
 }
コード例 #4
0
 public InputReceiverFactoryHandler(
     IWebHostContainer webHostContainer)
 {
     _webHostContainer = webHostContainer;
 }