Click or drag to resize

Helpers Methods

The Helpers type exposes the following members.

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