PowerBIClient Constructor (DelegatingHandler[])
Initializes a new instance of the PowerBIClient class.
Namespace: Microsoft.PowerBI.Api.Beta
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
protected PowerBIClient(
params DelegatingHandler[] handlers
)
Parameters
handlers
Type: System.Net.Http.DelegatingHandler[]Optional. The delegating handlers to add to the http client pipeline.
See Also
PowerBIClient Overload
PowerBIClient Class
Microsoft.PowerBI.Api.Beta Namespace
Return to top