NetworkClientGetResponseBodyForInterceptionAsync Method  | 
Version 108.4.130 
            Returns content served for the given currently intercepted request.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic Task<GetResponseBodyForInterceptionResponse> GetResponseBodyForInterceptionAsync(
	string interceptionId
)
public:
Task<GetResponseBodyForInterceptionResponse^>^ GetResponseBodyForInterceptionAsync(
	String^ interceptionId
)
Parameters
- interceptionId
 - Type: SystemString
Identifier for the intercepted request to get body for. 
Return Value
Type: 
TaskGetResponseBodyForInterceptionResponsereturns System.Threading.Tasks.Task<GetResponseBodyForInterceptionResponse>
See Also