Click or drag to resize

HelpersExecuteHttpClientPostRequest Method

Execute the Http client Post request

Namespace:  WorkflowGen.My.Web
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static HttpResponseMessage ExecuteHttpClientPostRequest(
	HttpClient httpClient,
	string apiUri,
	HttpContent httpContent
)

Parameters

httpClient
Type: System.Net.HttpHttpClient
Client of the HTTP request
apiUri
Type: SystemString
Uri of the API
httpContent
Type: System.Net.HttpHttpContent
Content of the HTTP request

Return Value

Type: HttpResponseMessage
See Also