NetworkClientTakeResponseBodyForInterceptionAsStreamAsync Method |
Version 104.4.240
Returns a handle to the stream representing the response body. Note that after this command,
the intercepted request can't be continued as is -- you either need to cancel it or to provide
the response body. The stream only supports sequential read, IO.read will fail if the position
is specified.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public Task<TakeResponseBodyForInterceptionAsStreamResponse> TakeResponseBodyForInterceptionAsStreamAsync(
string interceptionId
)
public:
Task<TakeResponseBodyForInterceptionAsStreamResponse^>^ TakeResponseBodyForInterceptionAsStreamAsync(
String^ interceptionId
)
Parameters
- interceptionId
- Type: SystemString
interceptionId
Return Value
Type:
TaskTakeResponseBodyForInterceptionAsStreamResponsereturns System.Threading.Tasks.Task<TakeResponseBodyForInterceptionAsStreamResponse>
See Also