IEndpointSelectorPolicy.AppliesToEndpoints 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值表示 是否 IEndpointSelectorPolicy 套用至 中的任何 endpoints
端點。
public:
bool AppliesToEndpoints(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public bool AppliesToEndpoints (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
Public Function AppliesToEndpoints (endpoints As IReadOnlyList(Of Endpoint)) As Boolean
參數
- endpoints
- IReadOnlyList<Endpoint>
候選 Endpoint 值集。
傳回
true
如果原則套用至 中的任何端點, endpoints
則為 ,否則 false
為 。