IServiceEndpointProvider Interface

Definition

Provides details about a service's endpoints.

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

Methods

Name Description
DisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

(Inherited from IAsyncDisposable)
PopulateAsync(IServiceEndpointBuilder, CancellationToken)

Resolves the endpoints for the service.

Extension Methods

Name Description
ConfigureAwait(IAsyncDisposable, Boolean)

Configures how awaits on the tasks returned from an async disposable will be performed.

Applies to