F
Franz
Dear all,
I want to use WebClient.DownloadFile to download multiple files from a
single host. In order to prevent multiple dns lookup, I get the ip of the
host by using Dns.GetHostByName. If I replace the host name of the url by
the ip address and use WebClient.DownloadFile to download the files, it
won't perform dns lookup, will it?
Thanks.
Franz
I want to use WebClient.DownloadFile to download multiple files from a
single host. In order to prevent multiple dns lookup, I get the ip of the
host by using Dns.GetHostByName. If I replace the host name of the url by
the ip address and use WebClient.DownloadFile to download the files, it
won't perform dns lookup, will it?
Thanks.
Franz