共用方式為


IEndpointAddressScheme<TAddress>.FindEndpoints(TAddress) 方法

定義

根據提供的 address 尋找端點。

public:
 System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Http::Endpoint ^> ^ FindEndpoints(TAddress address);
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.Endpoint> FindEndpoints (TAddress address);
abstract member FindEndpoints : 'Address -> seq<Microsoft.AspNetCore.Http.Endpoint>
Public Function FindEndpoints (address As TAddress) As IEnumerable(Of Endpoint)

參數

address
TAddress

用來查閱端點的資訊。

傳回

Endpoint 的集合。

適用於