1 write to _configureClient
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
826
_configureClient
= configureClient;
2 references to _configureClient
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
842
protected override void ConfigureClient(HttpClient client) =>
_configureClient
(client);
853
_configureClient
,