Click or drag to resize

HelpersGetHttpResponseMessage Method

Overload List
  NameDescription
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).
Top
See Also