1 write to HttpsGetUrl
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceMetadataPublishingElement.cs (1)
119
behavior.
HttpsGetUrl
= this.HttpsGetUrl;
3 references to HttpsGetUrl
System.ServiceModel (2)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
309
if (null != metadataBehavior.
HttpsGetUrl
)
311
instance.SetProperty(AdministrationStrings.HttpsGetUrl, metadataBehavior.
HttpsGetUrl
.ToString());
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (1)
106
ThrowIfAbsolute(metadataBehavior.
HttpsGetUrl
);