1 write to ExternalMetadataLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceMetadataPublishingElement.cs (1)
120
behavior.
ExternalMetadataLocation
= this.ExternalMetadataLocation;
5 references to ExternalMetadataLocation
System.ServiceModel (5)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
299
if (null != metadataBehavior.
ExternalMetadataLocation
)
301
instance.SetProperty(AdministrationStrings.ExternalMetadataLocation, metadataBehavior.
ExternalMetadataLocation
.ToString());
System\ServiceModel\Description\ServiceMetadataBehavior.cs (3)
249
mex.ExternalMetadataLocation = this.
ExternalMetadataLocation
;
465
if (this.behavior.
ExternalMetadataLocation
== null || this.behavior.
ExternalMetadataLocation
.ToString() == string.Empty)