6 instantiations of MetadataLocationRetriever
System.ServiceModel (6)
System\ServiceModel\Description\MetadataExchangeClient.cs (6)
269
return this.BeginGetMetadata(new
MetadataLocationRetriever
(address, this), callback, asyncState);
311
? (MetadataRetriever) new
MetadataLocationRetriever
(address, this)
358
retriever = new
MetadataLocationRetriever
(address, this);
557
MetadataRetriever retriever = new
MetadataLocationRetriever
(this.CreateUri(section.SourceUrl, location), this.resolver, section.Dialect, section.Identifier);
595
new
MetadataLocationRetriever
(
609
EnqueueRetrieverIfShouldResolve(new
MetadataLocationRetriever
(this.CreateUri(section.SourceUrl, import.Location), this.resolver));
4 references to MetadataLocationRetriever
System.ServiceModel (4)
System\ServiceModel\Description\MetadataExchangeClient.cs (4)
769
return obj is
MetadataLocationRetriever
&& ((
MetadataLocationRetriever
)obj).location == this.location;
800
return
MetadataLocationRetriever
.GetXmlReader(response, this.resolver.MaxMessageSize, this.resolver.ReaderQuotas);
941
MetadataLocationRetriever
.GetXmlReader((HttpWebResponse)request.EndGetResponse(result), this.maxMessageSize, this.readerQuotas))