IHttpClientServiceCreateClient Method (String)

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 (24.3.0.1000)
Syntax
HttpClient CreateClient(
	string name
)

Parameters

name
Type: SystemString
The logical name of the client to create. Specifiy to use the default client.

Return Value

Type: HttpClient
The HttpClient instance.
See Also