1 implementation of DebugEndpoint
Aspire.Hosting.Browsers (1)
BrowserHost.cs (1)
29
public 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
;