AdlsClient.GetHttpClientForCert 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET