IHttpClientService Interface |
Provides the interface to a service which can provide
HttpClient instances.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic interface IHttpClientService
Public Interface IHttpClientService
public interface class IHttpClientService
type IHttpClientService = interface end
The IHttpClientService type exposes the following members.
Methods
Remarks
Use this service to create
HttpClient instances in order to avoid common documented problems
with creating a new instance every time.
See Also