5 references to Download
System.Web.Services (5)
System\Web\Services\Discovery\ContractReference.cs (1)
218stream = ClientProtocol.Download(ref importUrl, ref contentType);
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (2)
126Stream stream = Download(ref url, ref contentType); 224return Download(ref url, ref contentType);
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (1)
137Stream stream = client.Download(ref url, ref contentType);
System\Web\Services\Discovery\DiscoveryReference.cs (1)
134Stream stream = ClientProtocol.Download(ref newUrl, ref contentType);