NetworkClientReplayXHRAsync Method |
Version 130.1.90
This method sends a new XMLHttpRequest which is identical to the original one. The following
parameters should be identical: method, url, async, request body, extra headers, withCredentials
attribute, user, password.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> ReplayXHRAsync(
string requestId
)
public:
Task<DevToolsMethodResponse^>^ ReplayXHRAsync(
String^ requestId
)
Parameters
- requestId String
- Identifier of XHR to replay.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also