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