NetworkClientGetResponseBodyForInterceptionAsync Method |
Version 130.1.90
Returns content served for the given currently intercepted request.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetResponseBodyForInterceptionResponse> GetResponseBodyForInterceptionAsync(
string interceptionId
)
public:
Task<GetResponseBodyForInterceptionResponse^>^ GetResponseBodyForInterceptionAsync(
String^ interceptionId
)
Parameters
- interceptionId String
- Identifier for the intercepted request to get body for.
Return Value
TaskGetResponseBodyForInterceptionResponsereturns System.Threading.Tasks.Task<GetResponseBodyForInterceptionResponse>
See Also