1 implementation of DebugEndpoint
Aspire.Hosting.Browsers (1)
BrowserHost.cs (1)
29public Uri? DebugEndpoint { get; } = debugEndpoint;
2 references to DebugEndpoint
Aspire.Hosting.Browsers (2)
BrowserHostRegistry.cs (1)
87_logger.LogInformation("Reusing tracked browser host '{BrowserExecutable}' at '{Endpoint}'. Active leases: {ReferenceCount}.", identity.ExecutablePath, FormatDebugEndpoint(entry.Host.DebugEndpoint), entry.ReferenceCount);
BrowserLogsRunningSession.cs (1)
232_browserEndpoint = browserHost.DebugEndpoint;