Click or drag to resize

ICastSessionIsLocal Property

Indicates whether this cast session is initiated and managed by the current IProfile.

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

Property Value

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