Opc.Ua.Core
AlternateDiscoveryUrls Property



Opc.Ua Namespace > ServerRegistration Class : AlternateDiscoveryUrls Property
Gets or sets the alternate discovery urls.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=2)>
Public Property AlternateDiscoveryUrls As StringCollection
'Usage
 
Dim instance As ServerRegistration
Dim value As StringCollection
 
instance.AlternateDiscoveryUrls = value
 
value = instance.AlternateDiscoveryUrls
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=2)]
public StringCollection AlternateDiscoveryUrls {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=2)]
public:
property StringCollection^ AlternateDiscoveryUrls {
   StringCollection^ get();
   void set (    StringCollection^ value);
}

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 discovery server directly without requiring a patch to the server.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerRegistration Class
ServerRegistration Members