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