'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function DiscoverLocalEndpoints( _ ByVal client As IEasyUAClient, _ ByVal discoveryUriString As String _ ) As UADiscoveryElementCollection
'Usage
Dim client As IEasyUAClient Dim discoveryUriString As String Dim value As UADiscoveryElementCollection value = IEasyUAClientExtension.DiscoverLocalEndpoints(client, discoveryUriString)
[Extension()] [ElementsNotNull()] [NotNull()] public static UADiscoveryElementCollection DiscoverLocalEndpoints( IEasyUAClient client, string discoveryUriString )
[Extension()] [ElementsNotNull()] [NotNull()] public: static UADiscoveryElementCollection^ DiscoverLocalEndpoints( IEasyUAClient^ client, String^ discoveryUriString )
Parameters
- client
- The client object that will perform the operation.
- discoveryUriString
- The discovery endpoint URL of the server.