2 references to EndPoints
Microsoft.DotNet.HotReload.Client.Tests (2)
AbstractBrowserRefreshServer.cs (2)
77
logger.Log(LogEvents.RefreshServerRunningAt, string.Join(",", _lazyHost.
EndPoints
));
87
builder[MiddlewareEnvironmentVariables.AspNetCoreAutoReloadWSEndPoint] = string.Join(",", _lazyHost.
EndPoints
);