'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function DiscoverLocalEndpoints( _ ByVal client As IEasyUAClient, _ ByVal discoveryUriStrings As IEnumerable(Of String) _ ) As UADiscoveryElementCollection
'Usage
Dim client As IEasyUAClient Dim discoveryUriStrings As IEnumerable(Of String) Dim value As UADiscoveryElementCollection value = IEasyUAClientExtension.DiscoverLocalEndpoints(client, discoveryUriStrings)
[Extension()] [NotNull()] public static UADiscoveryElementCollection DiscoverLocalEndpoints( IEasyUAClient client, IEnumerable<string> discoveryUriStrings )
[Extension()] [NotNull()] public: static UADiscoveryElementCollection^ DiscoverLocalEndpoints( IEasyUAClient^ client, IEnumerable<String^>^ discoveryUriStrings )
Parameters
- client
- The client object that will perform the operation.
This is typically the EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - discoveryUriStrings
- List of discovery endpoint URLs of the server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).