AdlsClient.CreateDelegatingHandler 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.
Based on Microsoft.Rest.ServiceCLient immplementation. USed for mock framework's delegation handler
protected System.Net.Http.DelegatingHandler CreateDelegatingHandler (System.Net.Http.HttpClientHandler clientHandler, params System.Net.Http.DelegatingHandler[] handlers);
member this.CreateDelegatingHandler : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> System.Net.Http.DelegatingHandler
Protected Function CreateDelegatingHandler (clientHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler()) As DelegatingHandler
Parameters
- clientHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
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