Click or drag to resize

CastClient.StopCastingAsync Method

Version 93.1.111
Stops the active Cast session on the sink.

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

Parameters

sinkName
Type: System.String
sinkName

Return Value

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