1 write to HttpGetUrl
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceMetadataPublishingElement.cs (1)
117
behavior.
HttpGetUrl
= this.HttpGetUrl;
3 references to HttpGetUrl
System.ServiceModel (2)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
304
if (null != metadataBehavior.
HttpGetUrl
)
306
instance.SetProperty(AdministrationStrings.HttpGetUrl, metadataBehavior.
HttpGetUrl
.ToString());
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (1)
102
ThrowIfAbsolute(metadataBehavior.
HttpGetUrl
);