6 references to MetadataReferenceRetriever
System.ServiceModel (6)
System\ServiceModel\Description\MetadataExchangeClient.cs (6)
273return this.BeginGetMetadata(new MetadataReferenceRetriever(new EndpointAddress(address), this), callback, asyncState); 282return this.BeginGetMetadata(new MetadataReferenceRetriever(address, this), callback, asyncState); 312: (MetadataRetriever) new MetadataReferenceRetriever(new EndpointAddress(address), this); 324return Task.Factory.FromAsync<MetadataRetriever, MetadataSet>(this.BeginGetMetadata, this.EndGetMetadata, new MetadataReferenceRetriever(address, this), /* state */ null); 362retriever = new MetadataReferenceRetriever(new EndpointAddress(address), this); 374MetadataReferenceRetriever retriever = new MetadataReferenceRetriever(address, this);