Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Extensions > ClientExtensions > AddExpressionPowerToolsEFCore
Adds the client and provides the opportunity to configure it.
| Overload | Description |
|---|---|
| AddExpressionPowerToolsEFCore(IServiceCollection collection, Uri baseAddress, Action<IClientHttpConfiguration> configure) | Adds the client and provides the opportunity to configure it. |
AddExpressionPowerToolsEFCore(IServiceCollection collection, Uri baseAddress, Action<IClientHttpConfiguration> configure)
Adds the client and provides the opportunity to configure it.
public static Void AddExpressionPowerToolsEFCore(IServiceCollection collection, Uri baseAddress, Action<IClientHttpConfiguration> configure)| Parameter | Type | Description |
|---|---|---|
collection |
IServiceCollection | The IServiceCollection to extend. |
baseAddress |
Uri | The base address of the client. This should only incude the scheme, domain, and ports. Use the "configure" option to modify the path to the server middleware. |
configure |
Action<IClientHttpConfiguration> | The optional configuration. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |