IServiceEndpointProvider Interface

Definition

Provides details about a service's endpoints.

public interface IServiceEndpointProvider : IAsyncDisposable
type IServiceEndpointProvider = interface
    interface IAsyncDisposable
Public Interface IServiceEndpointProvider
Implements IAsyncDisposable
Implements

Methods

PopulateAsync(IServiceEndpointBuilder, CancellationToken)

Resolves the endpoints for the service.

Applies to