ServiceEndpointResolver Class

Definition

Resolves service names to collections of endpoints.

public sealed class ServiceEndpointResolver : IAsyncDisposable
type ServiceEndpointResolver = class
    interface IAsyncDisposable
Public NotInheritable Class ServiceEndpointResolver
Implements IAsyncDisposable
Inheritance
ServiceEndpointResolver
Implements

Methods

DisposeAsync()

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

GetEndpointsAsync(String, CancellationToken)

Resolves and returns service endpoints for the specified service.

Applies to