Visual Basic (Usage) | ![]() |
---|---|
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.
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.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x