We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ecc7d commit 517b4c1Copy full SHA for 517b4c1
src/Mvc/Mvc.Testing/src/WebApplicationFactory.cs
@@ -572,11 +572,7 @@ public HttpClient CreateDefaultClient(params DelegatingHandler[] handlers)
572
return client;
573
}
574
575
- /// <summary>
576
- /// Creates a custom <see cref="HttpMessageHandler" /> for processing HTTP requests/responses with the test server.
577
- /// </summary>
578
-
579
- protected virtual HttpMessageHandler CreateHandler()
+ private HttpMessageHandler CreateHandler()
580
{
581
if (_useKestrel)
582
0 commit comments