IEndpointAddressScheme<TAddress>.FindEndpoints(TAddress) Method

Definition

Finds endpoints based on the provided address.

C#
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.Endpoint> FindEndpoints (TAddress address);

Parameters

address
TAddress

The information used to look up endpoints.

Returns

A collection of Endpoint.

Applies to

Tuote Versiot
ASP.NET Core 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0