Share via


AdlsClient.GetHttpClientForCert Method

Definition

This method needs to be overriden by inheriting class to provide a ideal solution of reusing httclients. Inheriting class has to dispose of the previous httpclient and then get a new httpclient

protected virtual System.Net.Http.HttpClient GetHttpClientForCert ();
abstract member GetHttpClientForCert : unit -> System.Net.Http.HttpClient
override this.GetHttpClientForCert : unit -> System.Net.Http.HttpClient
Protected Overridable Function GetHttpClientForCert () As HttpClient

Returns

Applies to