Click or drag to resize

IMediaReceiversRefresh Method

Asynchronously updates the list of available media receivers.

This method forces Chromium to discover media receivers available in the local network. Use it before calling the RetrieveAsync(PredicateIMediaReceiver, TimeSpan) method to shorten the time to discover new receivers.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
void Refresh()
See Also