IEndpointAddressScheme<TAddress>.FindEndpoints(TAddress) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據提供的 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 的集合。