Condividi tramite


DownstreamApiExtensions Class

Definition

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.

Applies to