ServiceEndpointResolver Class
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.
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. |