Click or drag to resize

IBrowserCast Property

Gets the ICast instance that can be used for casting media on receivers.

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

Property Value

Type: ICast
The ICast instance associated with this IBrowser.
See Also