DownstreamRestApiExtensions 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 REST API services.
public static class DownstreamRestApiExtensions
type DownstreamRestApiExtensions = class
Public Module DownstreamRestApiExtensions
- Inheritance
-
DownstreamRestApiExtensions
Methods
AddDownstreamRestApi(IServiceCollection, String, Action<DownstreamRestApiOptions>) |
Adds a named downstream REST API service initialized with delegates. |
AddDownstreamRestApi(IServiceCollection, String, IConfiguration) |
Adds a named downstream REST API service related to a specific configuration section. |