Beispiel #1
0
 public HttpServer(
     HostBuilderOptions hostOptions,
     SfConfig config,
     IApplicationLifetime applicationLifetime)
 {
     _hostOptions         = hostOptions;
     _config              = config;
     _applicationLifetime = applicationLifetime;
 }
 public HttpServer(
     HostBuilderOptions hostOptions,
     SfConfig config,
     IHostApplicationLifetime applicationLifetime,
     IClipboard clipboard)
 {
     _hostOptions         = hostOptions;
     _config              = config;
     _applicationLifetime = applicationLifetime;
     _clipboard           = clipboard;
 }