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