Click or drag to resize

TargetClientSetRemoteLocationsAsync Method

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

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