3 writes to Url
System.ServiceModel (3)
System\ServiceModel\Channels\PrivacyNoticeBindingElementImporter.cs (1)
38settings.Url = new Uri(privacyNoticeAssertion.InnerText);
System\ServiceModel\Configuration\PrivacyNoticeElement.cs (1)
37binding.Url = this.Url;
System\ServiceModel\WSFederationHttpBinding.cs (1)
114privacy.Url = this.PrivacyNoticeAt;
6 references to Url
System.ServiceModel (6)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
426instance.SetProperty(AdministrationStrings.Url, specificElement.Url.ToString());
System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (1)
95assertion.InnerText = settings.Url.ToString();
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
567factory.PrivacyNoticeUri = privacyElement.Url;
System\ServiceModel\Configuration\PrivacyNoticeElement.cs (1)
62SetPropertyValueIfNotDefaultValue(ConfigurationStrings.Url, binding.Url);
System\ServiceModel\Security\InfoCardHelper.cs (1)
440privacyNotice = privacyNoticeBE.Url;
System\ServiceModel\WSFederationHttpBinding.cs (1)
60this.privacyNoticeAt = privacy.Url;