InsightsClient.WithHandler Method (DelegatingHandler)

 

Get an instance of the InsightsClient class that uses the handler while initiating web requests.

Namespace:   Microsoft.Azure.Insights
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 to top
Show: