IMsalHttpClientFactory.GetHttpClient 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.
Method returning an HTTP client that will be used to communicate with Azure AD. This enables advanced scenarios. See https://aka.ms/msal-net-application-configuration.
public System.Net.Http.HttpClient GetHttpClient ();
abstract member GetHttpClient : unit -> System.Net.Http.HttpClient
Public Function GetHttpClient () As HttpClient
Returns
An HTTP client.