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