ICastSessions.AllAlive Property |
Gets the list of
IsAlive alive cast sessions.
Namespace:
DotNetBrowser.Cast
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.1
SyntaxIReadOnlyList<ICastSession> AllAlive { get; }
Property Value
Type:
IReadOnlyList<ICastSession>The list of
IsAlive alive cast sessions.
See Also