Click or drag to resize

NetworkClientGetRequestPostDataAsync Method

Version 118.6.80
Returns post data sent with the request. Returns an error when no data was sent with the request.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<GetRequestPostDataResponse> GetRequestPostDataAsync(
	string requestId
)

Parameters

requestId
Type: SystemString
Identifier of the network request to get content for.

Return Value

Type: TaskGetRequestPostDataResponse
returns System.Threading.Tasks.Task<GetRequestPostDataResponse>
See Also