Click or drag to resize

CastSessionDiscoveredEventArgsCastSessions Property

Gets the ICastSessions instance initiated this event.

Namespace:  DotNetBrowser.Cast.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntax
C#
public ICastSessions CastSessions { get; }

Property Value

Type: ICastSessions
The ICastSessions instance initiated this event.
See Also