IHttpClientService Interface

Provides the interface to a service which can provide HttpClient instances.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IHttpClientService

The IHttpClientService type exposes the following members.

Methods
 NameDescription
Public methodCreateClient Creates and configures a managed HttpClient instance.
Public methodCreateClient(String) Creates and configures a named managed HttpClient instance.
Public methodRegisterNamedClient Registers a new named client configuration.
Top
Remarks
Use this service to create HttpClient instances in order to avoid common documented problems with creating a new instance every time.
See Also