Click or drag to resize

ICastSessions Interface

A service that allows observing IsAlive cast ICastSession sessions.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
public interface ICastSessions

The ICastSessions type exposes the following members.

Properties
  NameDescription
Public propertyAllAlive
Gets the list of IsAlive alive cast sessions.
Top
Events
  NameDescription
Public eventDiscovered
Occurs when a new ICastSession session has been discovered in the environment.
Public eventStartFailed
Occurs when a start of a ICastSession session has been failed.
Top
See Also