Click or drag to resize

Helpers Class

List of helper methods to simplify API calls.
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.WebHelpers

Namespace:  WorkflowGen.My.Web
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class Helpers

The Helpers type exposes the following members.

Constructors
  NameDescription
Public methodHelpers
Initializes a new instance of the Helpers class
Top
Methods
  NameDescription
Public methodStatic memberExecuteHttpClientGetRequest
Execute the Http client Get request
Public methodStatic memberExecuteHttpClientPostRequest
Execute the Http client Post request
Public methodStatic memberGetHttpResponseMessage(String, HttpMethod, HttpContent)
Gets the HTTP response from an HTTP request call with content in anonymous authentication.
Public methodStatic memberGetHttpResponseMessage(String, HttpMethod, String)
Gets the HTTP response from an HTTP request call with jsonContent in anonymous authentication.
Public methodStatic memberGetHttpResponseMessage(String, HttpMethod, String, HttpContent)
Gets the HTTP response from an HTTP request call with content in bearer token authentication.
Public methodStatic memberGetHttpResponseMessage(String, HttpMethod, String, String)
Gets the HTTP response from an HTTP request call with jsonContent in bearer token authentication.
Public methodStatic memberGetHttpResponseMessage(String, HttpMethod, String, String, HttpContent)
Gets the HTTP response from an HTTP request call with content in basic authentication (Username and password).
Public methodStatic memberGetHttpResponseMessage(String, HttpMethod, String, String, String)
Gets the HTTP response from an HTTP request call with jsonContent in basic authentication (username and password).
Public methodStatic memberGetResultAsStream
Gets the HTTP response message result as a Stream.
Public methodStatic memberGetResultAsString
Gets the HTTP response message result as a String.
Top
See Also