1 write to _proxyApp
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
125
_proxyApp
= builder.Build();
8 references to _proxyApp
Microsoft.AspNetCore.Components.Testing (8)
Infrastructure\ServerFactory.cs (8)
129
_proxyApp
.MapPost("/_ready/{token}", (string token) =>
139
_proxyApp
.MapReverseProxy();
140
_proxyApp
.Urls.Add(ProxyUrl);
142
await
_proxyApp
.StartAsync().ConfigureAwait(false);
144
_configProvider =
_proxyApp
.Services.GetRequiredService<InMemoryConfigProvider>();
264
if (
_proxyApp
is not null)
266
await
_proxyApp
.StopAsync().ConfigureAwait(false);
267
await
_proxyApp
.DisposeAsync().ConfigureAwait(false);