简体   繁体   中英

WCF: File Transfer without using HTTP

Good day all.

I am completely new to WCF and Im learning as I am going.

I just would like to know, what are the best way of downloading or uploading files by getting it directly from disc and not via http.

Currently I am using WCF and http using the chunk way, but for a specific set of file I need to do it differently.Any tips, help or links will help me alot

When you transfer large files the best way to using “WCF service + HTTP”, we can use the following types of bindings:

wsHttpBinding basicHttpBinding

Where do your clients reside? If the transfer is within the same network, you can take a look at this article. Otherwise, check this information on MSDN.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM