Share via


PolicyNodeEdge(Object, IReadOnlyList<Endpoint>) Constructor

Definition

Constructs a new PolicyNodeEdge instance.

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))

Parameters

state
Object

Represents the match heuristic of the policy.

endpoints
IReadOnlyList<Endpoint>

Represents the endpoints that match the policy

Applies to