5 references to CreateWebHostBuilder
Binding.UDS.IntegrationTests (5)
UDSBindingTests.cs (5)
30
IHost host = ServiceHelper.
CreateWebHostBuilder
<StartUpForUDS>(UDS.GetUDSFilePath());
67
IHost host = ServiceHelper.
CreateWebHostBuilder
<StartupForWindowsAuth>(UDS.GetUDSFilePath());
102
IHost host = ServiceHelper.
CreateWebHostBuilder
<StartupForUnixDomainSocketTransportCertificate>(UDS.GetUDSFilePath());
148
IHost host = ServiceHelper.
CreateWebHostBuilder
<StartupForUnixDomainSocketTransportIdentity>(UDS.GetUDSFilePath());
180
IHost host = ServiceHelper.
CreateWebHostBuilder
<StartUpForUDS>(UDS.GetUDSFilePath());