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

Glossary Item Box

Gets or sets the alternate base addresses.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerBaseConfiguration
Dim value As StringCollection
 
instance.AlternateBaseAddresses = value
 
value = instance.AlternateBaseAddresses
C# 
[DataMemberAttribute(1)]
public StringCollection AlternateBaseAddresses {get; set;}

Property Value

The alternate base addresses.

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.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.