ServiceDiscoveryReverseProxyServiceCollectionExtensions Class

Definition

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.

Applies to