1 write to parent
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
535
this.
parent
= parent;
9 references to parent
System.ServiceModel (9)
System\ServiceModel\Description\ServiceMetadataExtension.cs (9)
539
if (this.
parent
.ExternalMetadataLocation != null && this.
parent
.ExternalMetadataLocation != EmptyUri)
556
Fx.Assert(this.
parent
.ExternalMetadataLocation != null, "");
557
Uri location = this.
parent
.ExternalMetadataLocation;
561
Uri httpAddr =
parent
.owner.GetVia(Uri.UriSchemeHttp, location);
562
Uri httpsAddr =
parent
.owner.GetVia(Uri.UriSchemeHttps, location);
574
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("ExternalMetadataLocation", SR.GetString(SR.SFxBadMetadataLocationNoAppropriateBaseAddress, this.
parent
.ExternalMetadataLocation.OriginalString));
590
foreach (MetadataSection document in
parent
.Metadata.MetadataSections)
606
response.Metadata.WriteFilter =
parent
.GetWriteFilter(request, this.listenUri, true);