Click or drag to resize

NetworkClientLoadNetworkResourceAsync Method

Version 94.4.20
Fetches the resource and returns the content.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<LoadNetworkResourceResponse> LoadNetworkResourceAsync(
	string frameId,
	string url,
	LoadNetworkResourceOptions options
)

Parameters

frameId
Type: SystemString
Frame id to get the resource for. Mandatory for frame targets, andshould be omitted for worker targets.
url
Type: SystemString
URL of the resource to get content for.
options
Type: CefSharp.DevTools.NetworkLoadNetworkResourceOptions
Options for the request.

Return Value

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