Click or drag to resize

CastSessionDiscoveredEventArgsCastSession Property

Gets the discovered session.

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

Property Value

Type: ICastSession
The discovered session.
See Also