Click or drag to resize

NetworkClient.GetResponseBodyAsync 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: System.String
Identifier of the network request to get content for.

Return Value

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