Click or drag to resize

StartPresentationParametersSupportedReceivers Property

Gets the list of media receivers that are able to start presentation from PresentationRequest.

Namespace:  DotNetBrowser.Cast.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntax
C#
public IReadOnlyList<IMediaReceiver> SupportedReceivers { get; }

Property Value

Type: IReadOnlyListIMediaReceiver
The list of media receivers that are able to start presentation from PresentationRequest.
See Also