MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / CreateWebHostBuilder

Method CreateWebHostBuilder

Src/WebController/Backend/Program.cs:52–56  ·  view source on GitHub ↗
(string[] args)

Source from the content-addressed store, hash-verified

50 }
51
52 public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
53 WebHost.CreateDefaultBuilder(args)
54 .UseStartup<Startup>()
55 .UseIISIntegration()
56 .UseSerilog();
57 }
58}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected