1 write to _configureKestrelOptions
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
200
this.
_configureKestrelOptions
= configureKestrelOptions;
2 references to _configureKestrelOptions
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
231
if (
_configureKestrelOptions
is not null)
233
builder.UseKestrel(
_configureKestrelOptions
);