1 implementation of TargetSessionId
Aspire.Hosting.Browsers (1)
BrowserPageSession.cs (1)
73
public 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
;