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
)
Function CreateClient (
name As String
) As HttpClient
HttpClient^ CreateClient(
String^ name
)
abstract CreateClient :
name : string -> HttpClient
Parameters
- name
- Type: SystemString
The logical name of the client to create. Specifiy to use the default client.
Return Value
Type:
HttpClientThe
HttpClient instance.
See Also