IHttpClientServiceCreateClient(String) Method |
Creates and configures a named managed
HttpClient instance.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxHttpClient CreateClient(
string? name
)
Function CreateClient (
name As String
) As HttpClient
HttpClient^ CreateClient(
String^ name
)
abstract CreateClient :
name : string -> HttpClient Parameters
- name String
- The logical name of the client to create. Specifiy to use the default client.
Return Value
HttpClientThe
HttpClient instance.
See Also