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