1 write to AppSettingUrlKey
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
234serviceDescription.AppSettingUrlKey = appSettingUrlKey;
2 references to AppSettingUrlKey
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)
35string urlKey = serviceDescription.AppSettingUrlKey;