PolicyNodeEdge(Object, IReadOnlyList<Endpoint>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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