1 write to ProxyUrl
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
78ProxyUrl = $"http://localhost:{port}";
3 references to ProxyUrl
Microsoft.AspNetCore.Components.Testing (3)
Infrastructure\ServerFixture.cs (3)
99_proxyApp.Urls.Add(ProxyUrl); 156var instance = new ServerInstance(appName, key, ProxyUrl, instanceKey => 168var readyUrl = $"{ProxyUrl}/_ready/{readyToken}";