PolicyNodeEdge.Endpoints Property

Definition

Gets the endpoints that match the policy defined by State.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ Endpoints { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>
Public ReadOnly Property Endpoints As IReadOnlyList(Of Endpoint)

Property Value

Applies to