Click or drag to resize

NetworkGetResponseBodyForInterceptionAsync Method

Version 85.3.121
Returns content served for the given currently intercepted request.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<GetResponseBodyForInterceptionResponse> GetResponseBodyForInterceptionAsync(
	string interceptionId
)

Parameters

interceptionId
Type: SystemString
Identifier for the intercepted request to get body for.

Return Value

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