ServiceDiscoveryServiceCollectionExtensions.AddPassThroughServiceEndpointProvider Method
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.
Configures a service discovery endpoint provider which passes through the input without performing resolution.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddPassThroughServiceEndpointProvider (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddPassThroughServiceEndpointProvider : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddPassThroughServiceEndpointProvider (services As IServiceCollection) As IServiceCollection
Parameters
- services
- IServiceCollection
The service collection.
Returns
The service collection.