Click or drag to resize

ICastSessionsAllAlive Property

Gets the list of IsAlive alive cast sessions.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
IReadOnlyList<ICastSession> AllAlive { get; }

Property Value

Type: IReadOnlyListICastSession
The list of IsAlive alive cast sessions.
See Also