다음을 통해 공유


INodeBuilderPolicy.GetEdges(IReadOnlyList<Endpoint>) 메서드

정의

엔드포인트와 호스트 간의 관계를 나타내는 그래프를 생성합니다.

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)

매개 변수

endpoints
IReadOnlyList<Endpoint>

Endpoint의 목록입니다.

반환

엔드포인트와 호스트 간의 관계를 나타내는 그래프입니다.

적용 대상