Class CastSessionDiscoveredEventArgs
- Namespace
- DotNetBrowser.Cast.Events
- Assembly
- DotNetBrowser.dll
Event arguments for the Discovered event.
The new cast session is discovered after the user started casting media content via DotNetBrowser API, or another application, i.e.Google Chrome.
public sealed class CastSessionDiscoveredEventArgs : EventArgs
- Inheritance
-
CastSessionDiscoveredEventArgs
- Inherited Members
Properties
- CastSession
Gets the discovered session.
- CastSessions
Gets the ICastSessions instance initiated this event.