IServiceEndpointProvider Interface
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.
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. |