NetworkClientGetRequestPostDataAsync Method |
Version 130.1.90
Returns post data sent with the request. Returns an error when no data was sent with the request.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetRequestPostDataResponse> GetRequestPostDataAsync(
string requestId
)
public:
Task<GetRequestPostDataResponse^>^ GetRequestPostDataAsync(
String^ requestId
)
Parameters
- requestId String
- Identifier of the network request to get content for.
Return Value
TaskGetRequestPostDataResponsereturns System.Threading.Tasks.Task<GetRequestPostDataResponse>
See Also