IEndpointAddressScheme<TAddress> Interface  
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.
Defines a contract to find endpoints based on the provided address.
generic <typename TAddress>
public interface class IEndpointAddressScheme
	public interface IEndpointAddressScheme<TAddress>
	type IEndpointAddressScheme<'Address> = interface
	Public Interface IEndpointAddressScheme(Of TAddress)
    Type Parameters
- TAddress
 
The address type to look up endpoints.
Methods
| FindEndpoints(TAddress) | 
		 Finds endpoints based on the provided   |