Click or drag to resize

TargetClientSetRemoteLocationsAsync Method

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

Namespace:  CefSharp.DevTools.Target
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.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