Click or drag to resize

TargetClientSetRemoteLocationsAsync Method

Version 108.4.130
Enables target discovery for the specified locations, when `setDiscoverTargets` was set to `true`.

Namespace:  CefSharp.DevTools.Target
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public Task<DevToolsMethodResponse> SetRemoteLocationsAsync(
	IList<RemoteLocation> locations
)

Parameters

locations
Type: System.Collections.GenericIListRemoteLocation
List of remote locations.

Return Value

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