ServiceDiscoveryReverseProxyServiceCollectionExtensions 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.
Extensions for IServiceCollection used to register the ReverseProxy's components.
public ref class ServiceDiscoveryReverseProxyServiceCollectionExtensions abstract sealed
public static class ServiceDiscoveryReverseProxyServiceCollectionExtensions
type ServiceDiscoveryReverseProxyServiceCollectionExtensions = class
Public Module ServiceDiscoveryReverseProxyServiceCollectionExtensions
- Inheritance
-
ServiceDiscoveryReverseProxyServiceCollectionExtensions
Methods
| Name | Description |
|---|---|
| AddHttpForwarderWithServiceDiscovery(IServiceCollection) |
Adds the IHttpForwarder with service discovery support. |
| AddServiceDiscoveryDestinationResolver(IReverseProxyBuilder) |
Provides a IDestinationResolver implementation which uses service discovery to resolve destinations. |
| AddServiceDiscoveryForwarderFactory(IServiceCollection) |
Provides a IForwarderHttpClientFactory implementation which uses service discovery to resolve service names. |