IEndpointAddressScheme<TAddress>.FindEndpoints(TAddress) Method
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.
Finds endpoints based on the provided 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)
Parameters
- address
- TAddress
The information used to look up endpoints.
Returns
A collection of Endpoint.