Helpers Class |
Namespace: WorkflowGen.My.Web
The Helpers type exposes the following members.
Name | Description | |
---|---|---|
ExecuteHttpClientGetRequest |
Execute the Http client Get request
| |
ExecuteHttpClientPostRequest |
Execute the Http client Post request
| |
GetHttpResponseMessage(String, HttpMethod, HttpContent) |
Gets the HTTP response from an HTTP request call with content in anonymous authentication.
| |
GetHttpResponseMessage(String, HttpMethod, String) |
Gets the HTTP response from an HTTP request call with jsonContent in anonymous authentication.
| |
GetHttpResponseMessage(String, HttpMethod, String, HttpContent) |
Gets the HTTP response from an HTTP request call with content in bearer token authentication.
| |
GetHttpResponseMessage(String, HttpMethod, String, String) |
Gets the HTTP response from an HTTP request call with jsonContent in bearer token authentication.
| |
GetHttpResponseMessage(String, HttpMethod, String, String, HttpContent) |
Gets the HTTP response from an HTTP request call with content in basic authentication (Username and password).
| |
GetHttpResponseMessage(String, HttpMethod, String, String, String) |
Gets the HTTP response from an HTTP request call with jsonContent in basic authentication (username and password).
| |
GetResultAsStream |
Gets the HTTP response message result as a Stream.
| |
GetResultAsString |
Gets the HTTP response message result as a String.
|