Partager via


PolicyNodeEdge(Object, IReadOnlyList<Endpoint>) Constructeur

Définition

Construit une nouvelle instance de PolicyNodeEdge.

public:
 PolicyNodeEdge(System::Object ^ state, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public PolicyNodeEdge (object state, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
new Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge : obj * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge
Public Sub New (state As Object, endpoints As IReadOnlyList(Of Endpoint))

Paramètres

state
Object

Représente l’heuristique de correspondance de la stratégie.

endpoints
IReadOnlyList<Endpoint>

Représente les points de terminaison qui correspondent à la stratégie

S’applique à