1 write to AppSettingBaseUrl
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
235serviceDescription.AppSettingBaseUrl = appSettingBaseUrl;
2 references to AppSettingBaseUrl
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
367ProtocolImporterUtil.GenerateConstructorStatements(ctor, url, serviceDescription.AppSettingUrlKey, serviceDescription.AppSettingBaseUrl, false);
System\Web\Services\Description\SoapHttpTransportImporter.cs (1)
36string baseUrl = serviceDescription.AppSettingBaseUrl;