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)

Syntax

public virtual InsightsClient WithHandler(
    DelegatingHandler handler
)
public:
virtual InsightsClient^ WithHandler(
    DelegatingHandler^ handler
)
abstract WithHandler : 
        handler:DelegatingHandler -> InsightsClient
override WithHandler : 
        handler:DelegatingHandler -> InsightsClient
Public Overridable Function WithHandler (
    handler As DelegatingHandler
) As InsightsClient

Parameters

Return Value

Type: Microsoft.Azure.Insights.InsightsClient

See Also

WithHandler Overload
InsightsClient Class
Microsoft.Azure.Insights Namespace

Return to top