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