HelpersGetHttpResponseMessage Method (String, HttpMethod, String, HttpContent) |
Gets the HTTP response from an HTTP request call with content in bearer token authentication.
Namespace:
WorkflowGen.My.Web
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public static HttpResponseMessage GetHttpResponseMessage(
string apiUri,
HttpMethod httpMethod,
string bearerToken,
HttpContent httpContent = null
)
Public Shared Function GetHttpResponseMessage (
apiUri As String,
httpMethod As HttpMethod,
bearerToken As String,
Optional httpContent As HttpContent = Nothing
) As HttpResponseMessage
Parameters
- apiUri
- Type: SystemString
Uri of the API - httpMethod
- Type: System.Net.HttpHttpMethod
Type of the HTTP request - bearerToken
- Type: SystemString
Token of the account to authenticate - httpContent (Optional)
- Type: System.Net.HttpHttpContent
Content of the HTTP request
Return Value
Type:
HttpResponseMessageSee Also