IHttpClientServiceCreateClient Method  | 
 
            Creates and configures a managed 
HttpClient instance.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxHttpClient CreateClient()
Function CreateClient As HttpClient
HttpClient^ CreateClient()
abstract CreateClient : unit -> HttpClient 
Return Value
Type: 
HttpClientThe 
HttpClient instance.
See Also