HttpClientEx.AddAPIAuthorization(HttpClient, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task AddAPIAuthorization (this System.Net.Http.HttpClient client, string appId = default, string password = default);
static member AddAPIAuthorization : System.Net.Http.HttpClient * string * string -> System.Threading.Tasks.Task
<Extension()>
Public Function AddAPIAuthorization (client As HttpClient, Optional appId As String = Nothing, Optional password As String = Nothing) As Task
Parameters
- client
- HttpClient
- appId
- String
- password
- String