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