1 instantiation of BrowserPageSession
Aspire.Hosting.Browsers (1)
BrowserPageSession.cs (1)
163
var pageSession = new
BrowserPageSession
(host, sessionId, url, connectionDiagnostics, connectionFactory, eventHandler, logger, timeProvider, reuseInitialBlankTarget);
4 references to BrowserPageSession
Aspire.Hosting.Browsers (4)
BrowserHost.cs (1)
65
return await
BrowserPageSession
.StartAsync(
BrowserPageSession.cs (3)
127
public static async Task<
BrowserPageSession
> StartAsync(
151
internal static async Task<
BrowserPageSession
> StartAsync(
163
var
pageSession = new BrowserPageSession(host, sessionId, url, connectionDiagnostics, connectionFactory, eventHandler, logger, timeProvider, reuseInitialBlankTarget);