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