Opc.Ua.Core
AlternateBaseAddresses Property



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

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, 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

ServerBaseConfiguration Class
ServerBaseConfiguration Members