IHttpClientServiceCreateClient(String) Method

Creates and configures a named managed HttpClient instance.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
HttpClient CreateClient(
	string? name
)

Parameters

name  String
The logical name of the client to create. Specifiy to use the default client.

Return Value

HttpClient
The HttpClient instance.
See Also