Click or drag to resize

ICastSessionIsAlive Property

Indicates whether this cast session is alive.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
bool IsAlive { get; }

Property Value

Type: Boolean
true if the session is alive, false otherwise.
See Also