InsightsClient.WithHandler Method (DelegatingHandler)
Get an instance of the InsightsClient class that uses the handler while initiating web requests.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Public Overridable Function WithHandler ( handler As DelegatingHandler ) As InsightsClient
Parameters
- handler
-
Type:
System.Net.Http.DelegatingHandler
the handler
Return Value
Type: Microsoft.Azure.Insights.InsightsClient
Show: