Click or drag to resize

CastClientStopCastingAsync Method

Version 86.0.240
Stops the active Cast session on the sink.

Namespace:  CefSharp.DevTools.Cast
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> StopCastingAsync(
	string sinkName
)

Parameters

sinkName
Type: SystemString
sinkName

Return Value

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