HelpersExecuteHttpClientGetRequest Method |
Execute the Http client Get request
Namespace:
WorkflowGen.My.Web
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public static HttpResponseMessage ExecuteHttpClientGetRequest(
HttpClient httpClient,
string apiUri
)
Public Shared Function ExecuteHttpClientGetRequest (
httpClient As HttpClient,
apiUri As String
) As HttpResponseMessage
Parameters
- httpClient
- Type: System.Net.HttpHttpClient
Client of the HTTP request - apiUri
- Type: SystemString
Uri of the API
Return Value
Type:
HttpResponseMessageSee Also