'Declaration
Protected Function TranslateEndpointDescriptions( _ ByVal clientUrl As Uri, _ ByVal baseAddresses As IList(Of ServerBase.BaseAddress), _ ByVal endpoints As IList(Of EndpointDescription), _ ByVal application As ApplicationDescription _ ) As EndpointDescriptionCollection
'Usage
Dim instance As ServerBase Dim clientUrl As Uri Dim baseAddresses As IList(Of ServerBase.BaseAddress) Dim endpoints As IList(Of EndpointDescription) Dim application As ApplicationDescription Dim value As EndpointDescriptionCollection value = instance.TranslateEndpointDescriptions(clientUrl, baseAddresses, endpoints, application)
protected EndpointDescriptionCollection TranslateEndpointDescriptions( Uri clientUrl, IList<ServerBase.BaseAddress> baseAddresses, IList<EndpointDescription> endpoints, ApplicationDescription application )
protected: EndpointDescriptionCollection^ TranslateEndpointDescriptions( Uri^ clientUrl, IList<ServerBase.BaseAddress^>^ baseAddresses, IList<EndpointDescription^>^ endpoints, ApplicationDescription^ application )
Parameters
- clientUrl
- The client URL.
- baseAddresses
- The base addresses.
- endpoints
- The endpoints.
- application
- The application to use with the endpoints.
Return Value
The translated list of endpoints.