Implemented interface member:
method
Configure
Microsoft.AspNetCore.Hosting.Infrastructure.ISupportsStartup.Configure(System.Action<Microsoft.AspNetCore.Hosting.WebHostBuilderContext, Microsoft.AspNetCore.Builder.IApplicationBuilder>)
2 references to Configure
Microsoft.AspNetCore.Hosting (1)
GenericHost\HostingStartupWebHostBuilder.cs (1)
78return _builder.Configure(configure);
Microsoft.AspNetCore.Hosting.Tests (1)
Fakes\GenericWebHostBuilderWrapper.cs (1)
38_builder.Configure(configure);