Click or drag to resize

HelpersExecuteHttpClientGetRequest Method

Execute the Http client Get 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 ExecuteHttpClientGetRequest(
	HttpClient httpClient,
	string apiUri
)

Parameters

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

Return Value

Type: HttpResponseMessage
See Also