Click or drag to resize

TargetClientGetTargetInfoAsync Method

Version 103.0.120
Returns information about a target.

Namespace:  CefSharp.DevTools.Target
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public Task<GetTargetInfoResponse> GetTargetInfoAsync(
	string targetId = null
)

Parameters

targetId (Optional)
Type: SystemString
targetId

Return Value

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