EasyUA Reference
WellKnownDiscoveryUrls Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ClientConfiguration Class : WellKnownDiscoveryUrls Property

Glossary Item Box

The well known URLs for the local discovery servers.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ClientConfiguration
Dim value As StringCollection
 
instance.WellKnownDiscoveryUrls = value
 
value = instance.WellKnownDiscoveryUrls
C# 
[DataMemberAttribute(Order=1, EmitDefaultValue=false)]
public StringCollection WellKnownDiscoveryUrls {get; set;}

Property Value

The well known discovery URLs.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.