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 のコレクション。

適用対象