10 references to CreateClient
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
88var client = deploymentResult.CreateClient(handler);
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
54var client = deploymentResult.CreateClient(new HttpClientHandler { UseDefaultCredentials = true });
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1474return deploymentResult.CreateClient(handler);
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1474return deploymentResult.CreateClient(handler);
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1474return deploymentResult.CreateClient(handler);
IISExpress.FunctionalTests (4)
OutOfProcess\NtlmAuthentationTest.cs (1)
72httpClient = result.CreateClient(httpClientHandler);
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
88var client = deploymentResult.CreateClient(handler);
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
54var client = deploymentResult.CreateClient(new HttpClientHandler { UseDefaultCredentials = true });
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1474return deploymentResult.CreateClient(handler);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISDeploymentResult.cs (1)
34HttpClient = CreateClient(new HttpClientHandler());