| 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.
            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.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    