HelpersGetHttpResponseMessage Method |
Name | Description | |
---|---|---|
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).
|