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