Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.13 KB

File metadata and controls

38 lines (24 loc) · 2.13 KB

ClientExtensions.AddExpressionPowerToolsEFCore Method

Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Extensions > ClientExtensions > AddExpressionPowerToolsEFCore

Adds the client and provides the opportunity to configure it.

Overloads

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)

Return Type

Void

Parameters

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