Compartilhar via


INodeBuilderPolicy.GetEdges(IReadOnlyList<Endpoint>) Método

Definição

Gera um grafo que representa a relação entre pontos de extremidade e hosts.

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Matching::PolicyNodeEdge> ^ GetEdges(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge> GetEdges (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member GetEdges : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge>
Public Function GetEdges (endpoints As IReadOnlyList(Of Endpoint)) As IReadOnlyList(Of PolicyNodeEdge)

Parâmetros

endpoints
IReadOnlyList<Endpoint>

Uma lista de Endpoint.

Retornos

Um grafo que representa a relação entre pontos de extremidade e hosts.

Aplica-se a