I'm creating a service that will download files from a server, I Have a limited knowledge in this area and am asking advise on the settings for the service.
I have ruled out full file buffering on account of the memory usage that would impact on the server.
Which binding would be best used in a WCF for streaming downloads securely ? wsHttpBinding, basicHttpBinding, netTcpBinding etc
and if its not too much trouble could you write a few lines saying why your answer suits the functionality correctly ? (so i learn from the answer)
Thanks
ry4n
(currently working on Vs2008)
Also what format would information best be returned to be consumed by android ?
Update* More info: File Sizes: Between 1MB and 1GB, Multiple downloads concurrently.
Which WCF configurations should i employ to achieve this functionality ?