Definition
Assembly: CloudNimble.EasyAF.ODataClient.dll Namespace: CloudNimble.EasyAF.OData Inheritance: Simple.OData.Client.ODataClientSyntax
Summary
Provides a pre-configured Simple.OData.V4ODataClient.
Constructors
.ctor
Initializes a new instance of the Simple.OData.Client.ODataClient class with custom configurationSyntax
Parameters
| Name | Type | Description |
|---|---|---|
httpClientFactory | System.Net.Http.IHttpClientFactory | An IHttpClientFactory instance, provided by DI. |
configurationBase | CloudNimble.EasyAF.Configuration.ConfigurationBase | A ConfigurationBase instance, containing the name identifier for the HttpClient. |
apiClientName | string | Optional name for the API client. If not provided, uses the ApiClientName from the configuration. |