Click or drag to resize

NetworkClientGetResponseBodyAsync Method

Version 118.6.80
Returns content served for the given request.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<GetResponseBodyResponse> GetResponseBodyAsync(
	string requestId
)

Parameters

requestId
Type: SystemString
Identifier of the network request to get content for.

Return Value

Type: TaskGetResponseBodyResponse
returns System.Threading.Tasks.Task<GetResponseBodyResponse>
See Also