1 implementation of TargetSessionId
Aspire.Hosting.Browsers (1)
BrowserPageSession.cs (1)
73public string TargetSessionId => _targetSessionId ?? throw new InvalidOperationException("Browser target session id is not available before the target session starts.");
1 reference to TargetSessionId
Aspire.Hosting.Browsers (1)
BrowserLogsRunningSession.cs (1)
259_targetSessionId = _pageSession.TargetSessionId;