3 references to MergeServiceUrls
System.Web.Extensions (3)
UI\AuthenticationServiceManager.cs (1)
49
authServiceUrl = ApplicationServiceManager.
MergeServiceUrls
(authManager.Path, authServiceUrl, proxy);
UI\ProfileServiceManager.cs (1)
62
profileServiceUrl = ApplicationServiceManager.
MergeServiceUrls
(profileManager.Path, profileServiceUrl, proxy);
UI\RoleServiceManager.cs (1)
58
roleServiceUrl = ApplicationServiceManager.
MergeServiceUrls
(roleManager.Path, roleServiceUrl, proxy);