Click or drag to resize

CastClientEnableAsync Method

Version 130.1.90
Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well. When sinks are found, a |sinksUpdated| event is fired. Also starts observing for issue messages. When an issue is added or removed, an |issueUpdated| event is fired.

Namespace: CefSharp.DevTools.Cast
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> EnableAsync(
	string presentationUrl = null
)

Parameters

presentationUrl  String  (Optional)
presentationUrl

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also