Compartir a través de


PolicyNodeEdge(Object, IReadOnlyList<Endpoint>) Constructor

Definición

Crea una instancia 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))

Parámetros

state
Object

Representa la heurística de coincidencia de la directiva.

endpoints
IReadOnlyList<Endpoint>

Representa los puntos de conexión que coinciden con la directiva.

Se aplica a