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

Glossary Item Box

Gets or sets the alternate discovery urls.

Syntax

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

Property Value

The alternate discovery urls.

Remarks

These addresses are used to specify alternate paths to ther via firewalls, proxies or similar network infrastructure. If these paths are specified in the configuration file then the server will use the domain of the URL used by the client to determine which, if any, or the alternate addresses to use instead of the primary addresses. In the ideal world the server would provide these URLs during registration but this table allows the administrator to provide the information to the disovery server directly without requiring a patch to the server.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.