DownstreamApiExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods to support downstream API services.
public static class DownstreamApiExtensions
type DownstreamApiExtensions = class
Public Module DownstreamApiExtensions
- Inheritance
-
DownstreamApiExtensions
Methods
| Name | Description |
|---|---|
| AddDownstreamApi(IServiceCollection, String, Action<DownstreamApiOptions>) |
Adds a named downstream API service initialized with delegates. |
| AddDownstreamApi(IServiceCollection, String, IConfiguration) |
Adds a named downstream API service related to a specific configuration section. |
| AddDownstreamApis(IServiceCollection, IConfigurationSection) |
Adds named downstream APIs related to a specific configuration section. |