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